Skip to content

Commit

Permalink
Specify repo, since none is checked out at artifact upload time
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 5, 2024
1 parent 49355d0 commit 5413bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }}
run: |
gh release upload \
gh -R ${{ github.repository }} release upload \
${{ needs.release.outputs.tag_name }} artifacts/* \
--clobber
Expand Down

0 comments on commit 5413bee

Please sign in to comment.