Skip to content

Commit

Permalink
chore: replace the Goreleaser's deprecated option --rm-dist to `--c…
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored and johanbrandhorst committed Jul 28, 2023
1 parent 1a3babd commit 9f115a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: args
run: |
set -euo pipefail
args='release --rm-dist'
args='release --clean'
if [[ "$GITHUB_REF" != refs/tags/* ]]; then
args+=' --snapshot'
fi
Expand Down

0 comments on commit 9f115a5

Please sign in to comment.