File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments