From 1d71e25e264aebcb0f9fbbd1eb914e2247d32247 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 1 Apr 2023 13:58:44 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60df602..9629e0a 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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