Skip to content

Commit

Permalink
ci: specify the repo name
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Oct 25, 2024
1 parent fbc65f6 commit 5a30d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:

- env:
GH_TOKEN: ${{ github.token }}
run: gh release upload ${{ github.ref_name }} dist/* ${{ steps.attestation.outputs.bundle-path }}
run: gh release upload --repo ${{ github.repository }} ${{ github.ref_name }} dist/* ${{ steps.attestation.outputs.bundle-path }}

test-pypi:
environment:
Expand Down

0 comments on commit 5a30d53

Please sign in to comment.