Skip to content

Commit 4fe1d9d

Browse files
committed
fix(release): correct permission key in release workflow from 'context' to 'contents'
1 parent c0fa232 commit 4fe1d9d

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
@@ -6,7 +6,7 @@ on:
66
permissions:
77
# allow pushing commits, creating tags, and modifying repo files
88
# needed for the workflow to update package.json versions and CHANGELOG files
9-
context: write
9+
contents: write
1010
pull-request: write
1111

1212
jobs:

0 commit comments

Comments
 (0)