Skip to content

Commit

Permalink
fix README used version (#251)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
duke8585 committed Apr 1, 2023
1 parent b048302 commit 1d71e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: '0'

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

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

0 comments on commit 1d71e25

Please sign in to comment.