Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopeixoto committed Dec 30, 2021
1 parent 554133a commit e3e79b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: pip install -e .[development]
- name: bump-version
run: |
git tag
if [[ $(git tag) ]]; then
echo "inc release"
bumpversion ${{ github.event.inputs.release-type }}
Expand Down

0 comments on commit e3e79b2

Please sign in to comment.