Skip to content

Commit

Permalink
fix: goreleaser breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Jun 5, 2024
1 parent e55d2de commit bf7e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
version: latest
args: release --clean --skip-publish --timeout 60m
args: release --clean --skip=publish --timeout 60m
env:
GITHUB_TOKEN: ${{ steps.app-releaser.outputs.token }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
Expand Down

0 comments on commit bf7e2be

Please sign in to comment.