Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 271de68

Browse files
committed
fix(): updated goreleaser
1 parent 42273f4 commit 271de68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
version: latest
50-
args: -f .goreleaser.yml release --rm-dist
50+
args: -f .goreleaser.yaml release --clean
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)