Skip to content

Commit

Permalink
Merge pull request #8 from tiktok/fix-publish-action
Browse files Browse the repository at this point in the history
fix: publish action
  • Loading branch information
chengcyber authored Feb 22, 2024
2 parents e705f50 + 19cea4b commit d917e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Rush test
run: node common/scripts/install-run-rush.js test --verbose
- name: Rush publish
run: node common/scripts/install-run-rush.js publish --apply --publish --version-policy sparo --target-branch ${{ github.ref_name }}
run: node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch ${{ github.ref_name }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit d917e59

Please sign in to comment.