Skip to content

Commit badf9ce

Browse files
committed
fix: add contents:write permission for GitHub Release creation
1 parent b50fe32 commit badf9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write # Required for creating GitHub releases
1313
id-token: write # Required for npm trusted publishing (OIDC)
1414

1515
steps:

0 commit comments

Comments
 (0)