Skip to content

Commit

Permalink
Remove hard-coded increment
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopeixoto committed Dec 29, 2021
1 parent 9bb3246 commit 195cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [ $(git tag) ]; then
bumpversion ${{ github.event.inputs.release-type }}
else
bumpversion --current-version 0.0.0 major
bumpversion --current-version 0.0.0 ${{ github.event.inputs.release-type }}
fi
- name: push-tag
run: git push origin --tags

0 comments on commit 195cf72

Please sign in to comment.