We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aff6f0 commit a9e1e9bCopy full SHA for a9e1e9b
.github/workflows/deploy_latest_release.yml
@@ -34,7 +34,7 @@ jobs:
34
deploy-bug-bounty:
35
needs: check-latest-release
36
runs-on: ubuntu-latest
37
- if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
+ if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
38
steps:
39
- name: Checkout
40
uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
85
deploy-demo-site:
86
87
88
- if: needs.check-latest-release.outputs.IS_LATEST_RELEASE == 'true'
+ if: needs.check-latest-release.outputs.IS_LATEST_RELEASE != 'true'
89
90
91
0 commit comments