Skip to content

Commit a682a35

Browse files
authored
Grant write permission for packages (#6)
ref: https://goreleaser.com/ci/actions/#workflow
1 parent 4e3fb88 commit a682a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
packages: write
1314
steps:
1415
- name: Check out
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)