Skip to content

Commit df13f6b

Browse files
committed
release.yml: fix goreleaser invocation
--rm-dist was replaced with --clean.
1 parent b57cf76 commit df13f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run GoReleaser
1818
uses: goreleaser/goreleaser-action@v6
1919
with:
20-
version: latest
21-
args: release --rm-dist
20+
version: '~> v2'
21+
args: release --clean
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)