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