diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47cfa60..04dd2f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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: