Skip to content

Commit 25bb9a6

Browse files
authored
Merge pull request #1416 from input-output-hk/jpraynaud/fix-toggle-ci-unstable-release
Fix toggle for unstable release publication in CI
2 parents 161d5ea + 4ee504a commit 25bb9a6

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)