Skip to content

Commit

Permalink
Update publish-release.yml file
Browse files Browse the repository at this point in the history
Update publish-release.yml file
  • Loading branch information
bjk7119 authored Jul 22, 2021
2 parents 623acee + 409fe8d commit a36af2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ jobs:
run: bumpversion --curent-version $tag_name patch setup.py


bumpup-version:
runs-on: ubuntu-latest
steps:
- name: Get lateset release
id: get_release
uses: agners/[email protected]
with:
tag_name: ${{ steps.get_release.outputs.tag_name }}
- name: Bump up version
run: bumpversion --curent-version $tag_name patch setup.py

deploy:
runs-on: ubuntu-18.04
needs: update-changelog
Expand Down

0 comments on commit a36af2f

Please sign in to comment.