Skip to content

Commit

Permalink
fix: Remove gorelease deprecations (#291)
Browse files Browse the repository at this point in the history
- `--rm-dist` has been deprecated in favour of `--clean` [Reference](https://goreleaser.com/deprecations/#-rm-dist)

Ref:

- chanzuckerberg#1018
  • Loading branch information
vincenthsh authored Apr 24, 2024
1 parent c701bb7 commit 250b21c
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 @@ -32,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.VINCENT_PAT }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 250b21c

Please sign in to comment.