Skip to content

Commit 06e51ba

Browse files
ci: grant goreleaser write permission to create releases
1 parent d1cde74 commit 06e51ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
release:
1111
permissions:
12-
contents: read
12+
# Create a draft GitHub release and attach the built artifacts.
13+
contents: write
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout

0 commit comments

Comments
 (0)