We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193524d commit 1e97773Copy full SHA for 1e97773
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- name: Get Tag Name of Latest Release Candidate
40
run: |
41
- rc_tag=$(gh release list | \
+ rc_tag=$(gh release list --repo mathworks/arrow | \
42
cut -f3 | \
43
grep -F "${GITHUB_REF_NAME}-rc" | \
44
head -n1)
0 commit comments