Skip to content

Commit 609ac8e

Browse files
committed
ci: fix goreleaser permissions
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent efe2444 commit 609ac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
publish: ${{ github.event_name == 'push' }}
146146
permissions:
147-
contents: read
147+
contents: write
148148
packages: write
149149
id-token: write
150150
security-events: write

0 commit comments

Comments
 (0)