Fixed GoReleaser 2.0.0 (#839)

GoReleaser changes some flags
This commit is contained in:
Fedor Korotkov 2024-06-05 11:09:56 -04:00 committed by GitHub
parent d50e113300
commit 84e1ae2b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ task:
- security find-identity -v
- xcodebuild -version
- swift -version
goreleaser_script: goreleaser release --skip-publish --snapshot --clean
goreleaser_script: goreleaser release --skip=publish --snapshot --clean
always:
dist_artifacts:
path: "dist/*"