We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70556ec commit 1add78bCopy full SHA for 1add78b
.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 [ '${{ env.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