Skip to content

Commit 8a92c8b

Browse files
committed
fix: redo repo slug fix
1 parent cb5927c commit 8a92c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: get_run_id
1616
run: |
1717
run_id=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
18-
"https://api.github.com/repos/${OWNER}/${REPO_NAME}/actions/workflows/binaries.yml/runs?status=success" | \
18+
"https://api.github.com/repos/${{ github.repository }}/actions/workflows/binaries.yml/runs?status=success" | \
1919
jq -r '.workflow_runs|sort_by(.updated_at)[-1].id')
2020
printf 'run_id=%s\n' "$run_id" >>"$GITHUB_OUTPUT"
2121
- name: Download all workflow run artifacts

0 commit comments

Comments
 (0)