Skip to content

Commit 97b1fa7

Browse files
committed
test
1 parent e496643 commit 97b1fa7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
id: checkRelease
2727
run: |-
2828
echo "IS_LATEST_RELEASE=${{ env.IS_LATEST_RELEASE }}" >> "$GITHUB_OUTPUT"
29-
echo "Env: ${{ env.IS_LATEST_RELEASE }}"
30-
echo "Var: $IS_LATEST_RELEASE"
31-
echo "Output: ${{ steps.checkRelease.outputs.test }}"
3229
3330
3431
# Re-enable this when the PR is ready to be merged
@@ -78,7 +75,7 @@ jobs:
7875
steps:
7976
- name: Continue deployment?
8077
run: |-
81-
if [${{ needs.check-latest-release.outputs.IS_LATEST_RELEASE }} != 'true']
78+
if [${{ needs.check-latest-release.outputs.IS_LATEST_RELEASE }} != 'true']; then
8279
echo "Deploy is not for the latest release. Stopping deployment"
8380
exit 0
8481
fi

0 commit comments

Comments
 (0)