Skip to content

Commit 4d7b89d

Browse files
committed
test
1 parent d4f9b80 commit 4d7b89d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ 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 }}"
86-
echo "Deploy is not for the latest release. Stopping deployment"
87-
exit 0
85+
echo "Input: ${{ needs.check-latest-release.outputs.IS_LATEST_RELEASE }}"
86+
echo "Deploy is not for the latest release. Stopping deployment"
87+
exit 0
8888
8989
- name: Checkout
9090
uses: actions/checkout@v4

0 commit comments

Comments
 (0)