Skip to content

Commit

Permalink
fix: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 18, 2023
1 parent e861b5d commit 6204511
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
env:
GO_VERSION: "1.20"

permissions:
contents: write
id-token: write
packages: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +60,6 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6204511

Please sign in to comment.