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:
parent
1b9af538fd
commit
4c1bb65620
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cli-release.yml
vendored
2
.github/workflows/cli-release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue