Skip to content

Commit 7f6baaa

Browse files
committed
fix(cd): give goreleaser permission to publish
1 parent d069294 commit 7f6baaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
GO111MODULE: on
1111
GOPROXY: https://proxy.golang.org
1212

13+
permissions:
14+
contents: write
15+
packages: write
16+
1317
jobs:
1418
goreleaser:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)