Skip to content

Commit c871854

Browse files
authored
Fix deprecated GoReleaser option (#74)
1 parent 15ea293 commit c871854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
with:
9797
distribution: goreleaser
9898
version: latest
99-
args: release --rm-dist
99+
args: release --clean
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)