Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjk7119 authored Jul 22, 2021
1 parent 77e1ee1 commit aee023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
tag_name: ${{ steps.get_release.outputs.tag_name }}
- name: Bump up version
run: bumpversion --curent-version 2.0.0 patch setup.py
run: bumpversion --curent-version $tag_name patch setup.py


deploy:
Expand Down

0 comments on commit aee023f

Please sign in to comment.