Skip to content

Commit 66fd875

Browse files
committed
fix(ci): give release workflow content write permissions to publish release
1 parent b56cea8 commit 66fd875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
- 'v*.*.*'
2020
jobs:
2121
goreleaser:
22+
permissions:
23+
contents: write
2224
runs-on: ubuntu-latest
2325
steps:
2426
- name: Checkout

0 commit comments

Comments
 (0)