We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92f83b commit 8be05d1Copy full SHA for 8be05d1
.github/workflows/publish.yaml
@@ -38,5 +38,4 @@ jobs:
38
- name: Publish packages
39
run: |
40
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
41
- shell: sh
42
- run: pnpm -r --filter='./packages/*' publish --access public
+ pnpm -r --filter='./packages/*' publish --access public
0 commit comments