We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd51f1a commit 5ec3954Copy full SHA for 5ec3954
.github/workflows/deploy_latest_release.yml
@@ -74,7 +74,7 @@ jobs:
74
deploy-demo-site:
75
needs: check-latest-release
76
runs-on: ubuntu-latest
77
- if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
+ if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
78
steps:
79
- name: Checkout
80
uses: actions/checkout@v4
0 commit comments