Skip to content

Commit

Permalink
Specify repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 17, 2024
1 parent 193524d commit 1e97773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- name: Get Tag Name of Latest Release Candidate
run: |
rc_tag=$(gh release list | \
rc_tag=$(gh release list --repo mathworks/arrow | \
cut -f3 | \
grep -F "${GITHUB_REF_NAME}-rc" | \
head -n1)
Expand Down

0 comments on commit 1e97773

Please sign in to comment.