update deprecated flag (#3742)

Updating a deprecated flag in the binary publish action.
This commit is contained in:
Keepers 2023-07-03 19:59:43 -06:00 committed by GitHub
parent 70bc241831
commit 411be17b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}