Skip to content

Commit a7a0a82

Browse files
authored
Update release workflow to be v2 compatible (#3375)
This was missed as part of #3347
1 parent 81f22bf commit a7a0a82

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)