Skip to content

Commit bf7e2be

Browse files
committed
fix: goreleaser breaking change
1 parent e55d2de commit bf7e2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# either 'goreleaser' (default) or 'goreleaser-pro':
5555
distribution: goreleaser
5656
version: latest
57-
args: release --clean --skip-publish --timeout 60m
57+
args: release --clean --skip=publish --timeout 60m
5858
env:
5959
GITHUB_TOKEN: ${{ steps.app-releaser.outputs.token }}
6060
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'

0 commit comments

Comments
 (0)