Skip to content

Commit 1c63829

Browse files
committed
test
1 parent 4d7b89d commit 1c63829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Continue deployment?
83-
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
83+
if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
8484
run: |-
85-
echo "Input: ${{ needs.check-latest-release.outputs.IS_LATEST_RELEASE }}"
8685
echo "Deploy is not for the latest release. Stopping deployment"
8786
exit 0
8887

0 commit comments

Comments
 (0)