Skip to content

Commit 9f115a5

Browse files
suzuki-shunsukejohanbrandhorst
authored andcommitted
chore: replace the Goreleaser's deprecated option --rm-dist to --clean
https://goreleaser.com/deprecations/?h=replacements#-rm-dist
1 parent 1a3babd commit 9f115a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: args
2828
run: |
2929
set -euo pipefail
30-
args='release --rm-dist'
30+
args='release --clean'
3131
if [[ "$GITHUB_REF" != refs/tags/* ]]; then
3232
args+=' --snapshot'
3333
fi

0 commit comments

Comments
 (0)