Skip to content

Commit 3bc0c9a

Browse files
author
lc
committed
fix(gitreleaser): update github workflow
1 parent 5a618a9 commit 3bc0c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: goreleaser/goreleaser-action@master
3434
with:
3535
version: latest
36-
args: release --rm-dist
36+
args: release --clean
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
3939
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)