Skip to content

Commit

Permalink
feat(ci): set specific version for github semver action
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Dec 23, 2022
1 parent a81843b commit f6e074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: '0'

- name: Bump version and push tag
uses: anothrNick/github-tag-action@v1
uses: anothrNick/github-tag-action@1.53.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit f6e074c

Please sign in to comment.