We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161d5ea commit 4ee504aCopy full SHA for 4ee504a
.github/workflows/ci.yml
@@ -468,7 +468,7 @@ jobs:
468
api_token: ${{ secrets[matrix.api_token_secret_name] }}
469
470
unstable-release:
471
- if: vars.PUBLISH_UNSTABLE_RELEASE_IN_CI == true && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith('refs/heads/hotfix', github.ref))
+ if: vars.PUBLISH_UNSTABLE_RELEASE_IN_CI == 'true' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith('refs/heads/hotfix', github.ref))
472
runs-on: ubuntu-22.04
473
needs:
474
- build
0 commit comments