We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec92b2a commit 9449056Copy full SHA for 9449056
.github/workflows/goreleaser.yml
@@ -194,7 +194,7 @@ jobs:
194
# we want to update the main (unversioned) Homebrew formula. For releasing a
195
# patch on an older version, we want to publish a new versioned formula and
196
# leave the main formula untouched.
197
- args: release --rm-dist --config=${{ env.config_file }}
+ args: release --clean --config=${{ env.config_file }}
198
env:
199
# Use separate access token, because we need a scope:repo token to publish the brew formula.
200
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments