Skip to content

Commit 1de9ded

Browse files
fix: set publishing branch for testing purposes
1 parent 2cd7eb0 commit 1de9ded

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
run: |
3030
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3131
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
32-
32+
33+
- name: Allow Publishing from publish-to-npm Branch
34+
run: pnpm config set publish-branch publish-to-npm
35+
3336
- name: Publish to npm Registry
3437
run: |
3538
pnpm publish --filter ./packages/framework

0 commit comments

Comments
 (0)