We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d91e5 commit 0e49c96Copy full SHA for 0e49c96
.github/workflows/bump-version.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "::set-output name=count::$COUNT"
34
- name: Bump version and push tag
35
id: tag_version
36
- uses: mathieudutour/github-tag-action@v5.4
+ uses: mathieudutour/github-tag-action@v5.5
37
with:
38
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
39
default_bump: patch
0 commit comments