update deprecated flag (#3742)
Updating a deprecated flag in the binary publish action.
This commit is contained in:
parent
70bc241831
commit
411be17b17
2
.github/actions/publish-binary/action.yml
vendored
2
.github/actions/publish-binary/action.yml
vendored
@ -39,7 +39,7 @@ runs:
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
version: latest
|
||||
args: release --rm-dist --timeout 500m --parallelism 1 ${{ env.grflags }}
|
||||
args: release --clean --timeout 500m --parallelism 1 ${{ env.grflags }}
|
||||
workdir: src
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user