We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f6027c + ffca6ca commit 02c5a88Copy full SHA for 02c5a88
.github/workflows/publish_release.yml
@@ -102,6 +102,8 @@ jobs:
102
matrix:
103
release: [true, false]
104
with:
105
+ linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"
106
+ windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
107
linux_pre_build_command: |
108
git config --global --add safe.directory "$(realpath .)"
109
git config --local user.name 'swift-ci'
0 commit comments