Skip to content

Commit ea2f93e

Browse files
committed
Fix GH actions write permission.
1 parent 54979c5 commit ea2f93e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
tags:
66
- "v*" # Will trigger only if tag is pushed matching pattern `v*` (Eg: `v0.1.0`)
77

8-
permissions:
9-
contents: write
8+
permissions: write-all
109

1110
jobs:
1211
goreleaser:

0 commit comments

Comments
 (0)