forked from fosslight/fosslight_util
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update publish-release.yml file
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|