Skip to content

Commit c2d45e0

Browse files
authored
fix(ci): missing perms for goreleaser
1 parent 9cd6e8a commit c2d45e0

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
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
packages: write
17+
contents: write
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v2

0 commit comments

Comments
 (0)