Skip to content

Commit 1e97773

Browse files
committed
Specify repo
1 parent 193524d commit 1e97773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: Get Tag Name of Latest Release Candidate
4040
run: |
41-
rc_tag=$(gh release list | \
41+
rc_tag=$(gh release list --repo mathworks/arrow | \
4242
cut -f3 | \
4343
grep -F "${GITHUB_REF_NAME}-rc" | \
4444
head -n1)

0 commit comments

Comments
 (0)