We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce00250 + 599e130 commit ed99e9bCopy full SHA for ed99e9b
.github/workflows/bump_tag.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: '0'
14
15
- name: Bump version and push tag
16
- uses: anothrNick/github-tag-action@1.69.0 # Don't use @master or @v1 unless you're happy to test the latest version
+ uses: anothrNick/github-tag-action@1.70.0 # Don't use @master or @v1 unless you're happy to test the latest version
17
env:
18
DEFAULT_BUMP: patch
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
0 commit comments