Skip to content

Commit

Permalink
chore: update hotfix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Feb 4, 2024
1 parent 66f2f3a commit 0a2dd5f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,17 @@ jobs:
release_version: ${{ steps.semver_parser.outputs.full }}
write_next_bump: true

- name: Update version
- name: Generate changelog by rush version
run: node common/scripts/install-run-rush.js version --bump

- name: Update version
run: node common/scripts/apply-release-version.js 'none' ${{ steps.semver_parser.outputs.main }}

- name: Build vutils-extension && vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --to @visactor/vchart

# run bugserver after the build of main packages
- name: Run Bugserver
working-directory: ./packages/vchart
env:
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
run: node ../../common/scripts/install-run-rushx.js ci

- name: Build react-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
Expand Down

0 comments on commit 0a2dd5f

Please sign in to comment.