We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a104d commit 5be4316Copy full SHA for 5be4316
1 file changed
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
55
with:
56
version: latest
57
- args: release --rm-dist
+ args: release --clean --timeout 120m
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
0 commit comments