Skip to content

Commit dc2cf4b

Browse files
authored
Update python-publish.yml
1 parent 2760607 commit dc2cf4b

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
@@ -95,12 +95,12 @@ jobs:
9595
uses: softprops/action-gh-release@v2
9696
with:
9797
tag_name: "v${{ env.NEW_VERSION }}"
98-
release_name: "Release v${{ env.NEW_VERSION }}"
98+
name: "Release v${{ env.NEW_VERSION }}"
9999
body: |
100100
New version of cryptoFuzz has been released!
101101
Check the latest features and updates in this release.
102102
files: |
103-
dist/cryptoFuzz-${{ env.VERSION }}.tar.gz
104-
dist/cryptoFuzz-${{ env.VERSION }}-py3-none-any.whl
103+
dist/cryptoFuzz-${{ env.NEW_VERSION }}.tar.gz
104+
dist/cryptoFuzz-${{ env.NEW_VERSION }}-py3-none-any.whl
105105
env:
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)