Skip to content

Commit 019dd9b

Browse files
fix: skip SwiftLint plugin validation in CI
1 parent cb4df41 commit 019dd9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
-scheme AgentHub \
5353
-configuration Release \
5454
-archivePath build/AgentHub.xcarchive \
55+
-skipPackagePluginValidation \
5556
CODE_SIGN_STYLE=Manual \
5657
CODE_SIGN_IDENTITY="Developer ID Application" \
5758
DEVELOPMENT_TEAM=${{ secrets.TEAM_ID }} \

0 commit comments

Comments
 (0)