Skip to content

Commit

Permalink
handle no prefix case
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyclarke committed Sep 17, 2024
1 parent 0c6f626 commit 5ee87d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_no_prefix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 2

- name: Bump version and push tag
uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1
uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03
# uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_with_v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 2

- name: Bump version and push tag
uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1
uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03
# uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "Tag to create ${{ steps.tag-name.outputs.tag-name }} " >> ${GITHUB_STEP_SUMMARY}
- name: Bump version and push tag
uses: timothyclarke/github-tag-action@a970082a7a44289bdaa93dfdc33110b94ff86ee1
uses: timothyclarke/github-tag-action@4d3ed68b4b92644c28a312af814f6ec0bb31ff03
# uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
Expand Down

0 comments on commit 5ee87d0

Please # to comment.