Skip to content

Commit 6204511

Browse files
committed
fix: update goreleaser
1 parent e861b5d commit 6204511

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
env:
1111
GO_VERSION: "1.20"
1212

13+
permissions:
14+
contents: write
15+
id-token: write
16+
packages: write
17+
1318
jobs:
1419
build:
1520
runs-on: ubuntu-latest
@@ -55,6 +60,6 @@ jobs:
5560
if: success() && startsWith(github.ref, 'refs/tags/')
5661
with:
5762
version: latest
58-
args: release --rm-dist
63+
args: release --clean
5964
env:
6065
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)