Skip to content

Commit 62f3eaa

Browse files
authored
Update bump.yml (#74)
1 parent 2c1bc5d commit 62f3eaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ jobs:
2626
name: Bump Version
2727
needs: build
2828
runs-on: ubuntu-22.04
29-
permissions: write-all
29+
permissions:
30+
contents: write
3031
steps:
3132
- uses: actions/checkout@v3
3233
with:
3334
ref: ${{ github.event.pull_request.head.sha }}
3435
fetch-depth: '0'
36+
3537
- name: Bump version and push tag
3638
uses: anothrNick/github-tag-action@v1
3739
env:
3840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
DEFAULT_BUMP: patch
4042
WITH_V: false
41-
GIT_API_TAGGING: true

0 commit comments

Comments
 (0)