Skip to content

Commit fd437da

Browse files
fix: add --repo flag to gh release upload in checksums job (#40)
* Initial plan * fix: add --repo flag to gh release upload in checksums job Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
1 parent 0f83f43 commit fd437da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
run: |
130130
TAG="${{ needs.release-please.outputs.tag_name || github.event.inputs.tag_name }}"
131-
gh release upload "$TAG" checksums.txt --clobber
131+
gh release upload "$TAG" checksums.txt --clobber --repo "${{ github.repository }}"

0 commit comments

Comments
 (0)