Skip to content

Commit

Permalink
use --clean instead of --rm-dist in goreleaser (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
coury-clark authored Jun 21, 2023
1 parent ec92b2a commit 9449056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# we want to update the main (unversioned) Homebrew formula. For releasing a
# patch on an older version, we want to publish a new versioned formula and
# leave the main formula untouched.
args: release --rm-dist --config=${{ env.config_file }}
args: release --clean --config=${{ env.config_file }}
env:
# Use separate access token, because we need a scope:repo token to publish the brew formula.
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 9449056

Please sign in to comment.