Skip to content

Commit e625285

Browse files
authored
fix: typo (#2)
1 parent ef8e533 commit e625285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Rollout
6868
id: rollout
6969
uses: bytebase/rollout-action@v1
70-
if: ${{ steps.create_plan.outputs.deployment_required == 'true' }}
70+
if: ${{ steps.create_plan.outputs.deployment-required == 'true' }}
7171
with:
7272
url: ${{ env.BYTEBASE_URL }}
7373
token: ${{ steps.login.outputs.token }}
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
BYTEBASE_URL: https://demo.bytebase.com
8686
BYTEBASE_SERVICE_ACCOUNT: [email protected]
87-
if: ${{ needs.deploy_to_test.outputs.deployment_required == 'true' }}
87+
if: ${{ needs.deploy_to_test.outputs.deployment-required == 'true' }}
8888
steps:
8989
- name: Checkout
9090
uses: actions/checkout@v4

0 commit comments

Comments
 (0)