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.
1 parent e3cca1f commit ffca6caCopy full SHA for ffca6ca
.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