Remove deprecated flag

From the action run:

> DEPRECATED: --rm-dist was deprecated in favor of --clean, check https://goreleaser.com/deprecations#-rm-dist for more details
This commit is contained in:
Manav Rathi 2024-03-05 13:47:08 +05:30
parent 1b9af538fd
commit 4c1bb65620

View file

@ -35,6 +35,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
workdir: cli
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}