Skip to content

Commit

Permalink
fix(gitreleaser): update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Oct 23, 2023
1 parent 5a618a9 commit 3bc0c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 3bc0c9a

Please sign in to comment.