Skip to content

Commit

Permalink
[chore] update deprecated goreleaser flag (#10386)
Browse files Browse the repository at this point in the history
This flag is being removed in the latest version, see
https://goreleaser.com/deprecations/#-rm-dist

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Jun 11, 2024
1 parent 444ddea commit 9361a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --rm-dist -f cmd/builder/.goreleaser.yml
args: release --clean -f cmd/builder/.goreleaser.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9361a76

Please sign in to comment.