Skip to content

Commit

Permalink
chore: add version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Feb 24, 2024
1 parent b49481a commit bafa172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: node common/scripts/install-run-rush.js build --verbose --production
- name: Rush test
run: node common/scripts/install-run-rush.js test --verbose
- name: 'Rush version (Policy: sparo)'
run: node common/scripts/install-run-rush.js version --bump --version-policy sparo --target-branch ${{ github.ref_name }}
- name: Rush publish
run: node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch ${{ github.ref_name }}
env:
Expand Down

0 comments on commit bafa172

Please sign in to comment.