Skip to content

Commit 4ee504a

Browse files
committed
fix: toggle for unstable release publication in CI
1 parent 161d5ea commit 4ee504a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
api_token: ${{ secrets[matrix.api_token_secret_name] }}
469469

470470
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))
471+
if: vars.PUBLISH_UNSTABLE_RELEASE_IN_CI == 'true' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith('refs/heads/hotfix', github.ref))
472472
runs-on: ubuntu-22.04
473473
needs:
474474
- build

0 commit comments

Comments
 (0)