Skip to content

Commit

Permalink
test: release package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 1, 2024
1 parent 25e8627 commit 98a64f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Publish 🚀
shell: bash
run: pnpm publish --filter \"packages/{${{ env.filters }}}\" --access public --no-git-checks
run: |
pnpm publish --filter \"packages/{${{ env.filters }}}\" --access public --no-git-checks
pnpm publish --filter \"./packages/{test,vite-plugin-msw}\" --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 98a64f0

Please sign in to comment.