Skip to content

Commit db648ed

Browse files
authored
Update python-publish.yml
1 parent 3362ae2 commit db648ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
99-
tag_name: "v${{ steps.bump_version.outputs.new_version }}"
100-
release_name: "Release v${{ steps.bump_version.outputs.new_version }}"
99+
tag_name: "v${{ env.NEW_VERSION }}"
100+
release_name: "Release v${{ env.NEW_VERSION }}"
101101
body: |
102102
New version of cryptoFuzz has been released!
103103
Check the latest features and updates in this release.
@@ -111,5 +111,5 @@ jobs:
111111
with:
112112
upload_url: ${{ steps.create_release.outputs.upload_url }}
113113
asset_path: dist/cryptoFuzz-*.tar.gz
114-
asset_name: cryptoFuzz-${{ steps.bump_version.outputs.new_version }}.tar.gz
114+
asset_name: cryptoFuzz-${{ env.NEW_VERSION }}.tar.gz
115115
asset_content_type: application/gzip

0 commit comments

Comments
 (0)