Skip to content

Commit 94caf6d

Browse files
chore: Fix permission in release job that creates a new tag (#2319)
1 parent b803b68 commit 94caf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
create-tag:
8787
runs-on: ubuntu-latest
8888
permissions:
89-
pull-requests: write
89+
contents: write
9090
needs: [ release-config, validate-inputs, update-examples-reference-in-docs, update-changelog-header ]
9191
if: >-
9292
!cancelled()

0 commit comments

Comments
 (0)