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 c7ab05e commit 388cd82Copy full SHA for 388cd82
action.yml
@@ -140,7 +140,7 @@ runs:
140
if [ "${SWIFT_BRANCH}" == '' ]; then
141
# guess the branch based on the specified Swift version
142
if [[ "${SWIFT_VERSION_ID}" == *-RELEASE ]]; then
143
- SWIFT_BRANCH="swift-${SWIFT_VERSION}-release""
+ SWIFT_BRANCH="swift-${SWIFT_VERSION}-release"
144
elif [[ "${SWIFT_VERSION_ID}" == swift-DEVELOPMENT-* ]]; then
145
SWIFT_BRANCH="development"
146
else
0 commit comments