Skip to content

Commit bd6e72a

Browse files
committed
chore(github-action): add action to bump version and push tag (fixup)
#minor
1 parent d7869ca commit bd6e72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Bump version and push tag
2424
uses: anothrNick/github-tag-action@1.67.0 # Don't use @master or @v1 unless you're happy to test the latest version
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
WITH_V: false
2828
INITIAL_VERSION: "0.0"
2929
DEFAULT_BUMP: ${{ inputs.bump_type}}

0 commit comments

Comments
 (0)