Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowDashy committed Jan 17, 2025
1 parent 7274fbf commit e4d4b13
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/bytebase-release-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
token: ${{ steps.login.outputs.token }}
project: ${{ env.BYTEBASE_PROJECT }}
file-pattern: ${{ env.FILE_PATTERN }}
# fail the action if release checks report any error.
check-release: 'FAIL_ON_ERROR'
targets: ${{ env.BYTEBASE_TARGETS }}
- name: Create plan
id: create_plan
uses: bytebase/actions-create-plan-from-release@main
Expand All @@ -43,11 +46,11 @@ jobs:
project: ${{ env.BYTEBASE_PROJECT }}
release: ${{ steps.create_release.outputs.release }}
targets: ${{ env.BYTEBASE_TARGETS }}
# fail the action if plan checks report error.
# fail the action if plan checks report any error.
check-plan: FAIL_ON_ERROR
- name: Wait rollout to finish
id: wait_rollout
uses: bytebase/actions-wait-rollout@main
- name: Roll out
id: roll_out
uses: bytebase/actions-roll-out@main
with:
url: ${{ env.BYTEBASE_URL }}
token: ${{ steps.login.outputs.token }}
Expand Down

0 comments on commit e4d4b13

Please sign in to comment.