Skip to content

Commit 3d9cb4e

Browse files
committed
Add repo flag
1 parent dafd690 commit 3d9cb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Ensure release exists
1919
env:
2020
GH_TOKEN: ${{ github.token }}
21-
run: gh release create tools --title "Tools" --latest=false || true
21+
run: gh release create tools --repo "$GITHUB_REPOSITORY" --title "Tools" --latest=false || true
2222

2323
build:
2424
needs: ensure-release
@@ -71,4 +71,4 @@ jobs:
7171
- name: Update release notes
7272
env:
7373
GH_TOKEN: ${{ github.token }}
74-
run: gh release edit tools --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"
74+
run: gh release edit tools --repo "$GITHUB_REPOSITORY" --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"

0 commit comments

Comments
 (0)