Skip to content

Commit 994ab3d

Browse files
authored
chore: fix release sdk version check
1 parent 67317a9 commit 994ab3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
LAST_TAG="${LATEST_TAG:-untagged}"
110110
COMMITS_AHEAD=$(git rev-list $LAST_TAG..HEAD --count 2>/dev/null || echo "untracked")
111111
echo "commitsAheadCount=$COMMITS_AHEAD" >> "$LOCAL_PROPS_FILE"
112-
if [ "${{ inputs.use_latest_sdk_version == true }}" ]; then
112+
if [[ "${{ inputs.use_latest_sdk_version }}" == "true" ]]; then
113113
echo "sdkVersion=${{ env.LATEST_TAG }}" >> "$LOCAL_PROPS_FILE"
114114
fi
115115

0 commit comments

Comments
 (0)