Skip to content

Commit 9656a32

Browse files
committed
add goreleaser distribution key
1 parent b56831a commit 9656a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- 'v*'
6+
permissions:
7+
contents: write
68
jobs:
79
goreleaser:
810
runs-on: ubuntu-latest
@@ -28,6 +30,7 @@ jobs:
2830
name: Run GoReleaser
2931
uses: goreleaser/goreleaser-action@v6
3032
with:
33+
distribution: goreleaser
3134
version: latest
3235
args: release --clean
3336
env:

0 commit comments

Comments
 (0)