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 c2da045 commit 22de8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
ls -d */ > directories.txt
cat directories.txt
pnpm publish --filter \"packages/{${{ env.filters }}}\" --access public --no-git-checks
pnpm publish --filter \"./packages/{test,vite-plugin-msw}\" --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 22de8f9

Please sign in to comment.