Skip to content

Commit 8d2b210

Browse files
committed
fix(ci): write permission for goreleaser
1 parent 169d5d1 commit 8d2b210

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Check out code
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)