Skip to content

Commit 9449056

Browse files
authored
use --clean instead of --rm-dist in goreleaser (#1004)
1 parent ec92b2a commit 9449056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
# we want to update the main (unversioned) Homebrew formula. For releasing a
195195
# patch on an older version, we want to publish a new versioned formula and
196196
# leave the main formula untouched.
197-
args: release --rm-dist --config=${{ env.config_file }}
197+
args: release --clean --config=${{ env.config_file }}
198198
env:
199199
# Use separate access token, because we need a scope:repo token to publish the brew formula.
200200
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)