Skip to content

Commit

Permalink
ci: Skip tagging if no valid commits found
Browse files Browse the repository at this point in the history
  • Loading branch information
SplinterHead committed Jan 25, 2023
1 parent 9a2aa50 commit ce3c1d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
id: semver
uses: ietf-tools/semver-action@v1
with:
token: ${{ secrets.GH_TOKEN }}
branch: main
patchList: fix,bugfix
noVersionBumpBehavior: skip
token: ${{ secrets.GH_TOKEN }}
- name: Bump Poetry Version
run: poetry version ${{ steps.semver.outputs.nextStrict }}
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit ce3c1d8

Please sign in to comment.