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 2862a67 commit 25be371
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 @@ -33,6 +33,6 @@ jobs:

- name: Publish 🚀
shell: bash
run: pnpm publish --filter=packages/{${{ env.filters }}} --access public --no-git-checks
run: pnpm publish --filter "packages/{$filters}"" --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 25be371

Please sign in to comment.