We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c85fe2 commit 70556ecCopy full SHA for 70556ec
.github/workflows/deploy_latest_release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: checkRelease
27
run: |-
28
echo "IS_LATEST_RELEASE=${{ env.IS_LATEST_RELEASE }}" >> "$GITHUB_OUTPUT"
29
- if [ $IS_LATEST_RELEASE != 'true']; then
+ if [ '${{ env.IS_LATEST_RELEASE }}' != 'true']; then
30
echo "Deploy is not for the latest release. Stopping deployment"
31
fi
32
0 commit comments