Skip to content

Commit 1d71e25

Browse files
authored
fix README used version (#251)
used more recent version for my trials, figured that 1.55.0, which is mentioned in the README will not respect commit keywords and always default to the DEFAULT_BUMP. version 1.61.0 does not, therefore better example IMO.
1 parent b048302 commit 1d71e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: '0'
3333

3434
- name: Bump version and push tag
35-
uses: anothrNick/github-tag-action@1.55.0 # Don't use @master unless you're happy to test the latest version
35+
uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
WITH_V: true
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: '0'
5858

5959
- name: Bump version and push tag
60-
uses: anothrNick/github-tag-action@1.55.0 # Don't use @master unless you're happy to test the latest version
60+
uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
WITH_V: true

0 commit comments

Comments
 (0)