Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjt320 authored Feb 8, 2024
1 parent be99341 commit 29a3735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'v${{ needs.check_version.outputs.output }}'
v'${{ needs.check_version.outputs.localversion }}'
--repo '${{ github.repository }}'
--notes ""
- name: Upload artifact signatures to GitHub Release
Expand All @@ -117,7 +117,7 @@ jobs:
# sigstore-produced signatures and certificates.
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
v'${{ needs.check_version.outputs.localversion }}' dist/**
--repo '${{ github.repository }}'
publish-to-testpypi:
Expand Down

0 comments on commit 29a3735

Please sign in to comment.