We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd7eb0 commit 1de9dedCopy full SHA for 1de9ded
.github/workflows/publish-to-npm.yml
@@ -29,7 +29,10 @@ jobs:
29
run: |
30
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
31
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
32
-
+
33
+ - name: Allow Publishing from publish-to-npm Branch
34
+ run: pnpm config set publish-branch publish-to-npm
35
36
- name: Publish to npm Registry
37
38
pnpm publish --filter ./packages/framework
0 commit comments