Skip to content

Commit 70556ec

Browse files
committed
test
1 parent 6c85fe2 commit 70556ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: checkRelease
2727
run: |-
2828
echo "IS_LATEST_RELEASE=${{ env.IS_LATEST_RELEASE }}" >> "$GITHUB_OUTPUT"
29-
if [ $IS_LATEST_RELEASE != 'true']; then
29+
if [ '${{ env.IS_LATEST_RELEASE }}' != 'true']; then
3030
echo "Deploy is not for the latest release. Stopping deployment"
3131
fi
3232

0 commit comments

Comments
 (0)