Skip to content

Commit

Permalink
remove 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 3e2a252 commit ccb409a
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 @@ -38,6 +38,6 @@ jobs:

# Create a release and upload the assets
- name: Create Release
run: gh release create v${{ steps.bump_version.outputs.NEW_VERSION }} ReadbasedAnalysis.wdl bundle.zip
run: gh release create ${{ steps.bump_version.outputs.NEW_VERSION }} ReadbasedAnalysis.wdl bundle.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccb409a

Please sign in to comment.