Skip to content

Commit 907d45c

Browse files
authored
Merge pull request #172 from thin-edge/ci-fix-publish-permissions
ci: fix publish workflow permissions
2 parents fa3b6ac + 1b5653d commit 907d45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
goreleaser:
1111
runs-on: ubuntu-latest
1212
permissions:
13-
contents: read
13+
contents: write
1414
packages: write
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)