Skip to content

Commit 3d664fc

Browse files
Update release workflow to be v2 compatible (#3375) (#3376)
This was missed as part of #3347 (cherry picked from commit a7a0a82) Co-authored-by: Christian Simon <[email protected]>
1 parent 04fd419 commit 3d664fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# either 'goreleaser' (default) or 'goreleaser-pro':
5858
distribution: goreleaser
5959
version: latest
60-
args: release --rm-dist --timeout 60m
60+
args: release --clean --timeout 60m
6161
env:
6262
GITHUB_TOKEN: ${{ steps.app-goreleaser.outputs.token }}
6363
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'

0 commit comments

Comments
 (0)