Skip to content

Commit

Permalink
removed v from version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Babins committed Jul 3, 2023
1 parent 354e297 commit 20ffb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: zip -r bundle.zip *.wdl

- name: Create Release
run: gh release create v${{ steps.bump_version.outputs.NEW_VERSION }} jgi_assembly.wdl bundle.zip
run: gh release create ${{ steps.bump_version.outputs.NEW_VERSION }} jgi_assembly.wdl bundle.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 20ffb00

Please sign in to comment.