We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7869ca commit bd6e72aCopy full SHA for bd6e72a
.github/workflows/bump-version.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Bump version and push tag
24
uses: anothrNick/github-tag-action@1.67.0 # Don't use @master or @v1 unless you're happy to test the latest version
25
env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
WITH_V: false
28
INITIAL_VERSION: "0.0"
29
DEFAULT_BUMP: ${{ inputs.bump_type}}
0 commit comments