Skip to content

Commit 388cd82

Browse files
committed
Update action workflow tests
1 parent c7ab05e commit 388cd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ runs:
140140
if [ "${SWIFT_BRANCH}" == '' ]; then
141141
# guess the branch based on the specified Swift version
142142
if [[ "${SWIFT_VERSION_ID}" == *-RELEASE ]]; then
143-
SWIFT_BRANCH="swift-${SWIFT_VERSION}-release""
143+
SWIFT_BRANCH="swift-${SWIFT_VERSION}-release"
144144
elif [[ "${SWIFT_VERSION_ID}" == swift-DEVELOPMENT-* ]]; then
145145
SWIFT_BRANCH="development"
146146
else

0 commit comments

Comments
 (0)