Skip to content

Commit 822af5f

Browse files
committed
ci: add a permission for contents:write while releasing
1 parent 83a9e23 commit 822af5f

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
@@ -2,7 +2,7 @@ name: Release
22

33
permissions:
44
packages: write
5-
contents: read
5+
contents: write
66

77
on:
88
push:

0 commit comments

Comments
 (0)