We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086adf4 commit 4f34661Copy full SHA for 4f34661
.github/workflows/release.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - test-workflow
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
@@ -88,5 +87,5 @@ jobs:
88
87
89
- name: Publish to npm Registry
90
run: |
91
- pnpm publish --workspace packages/framework
92
- pnpm publish --workspace packages/runtime
+ pnpm publish --filter ./packages/framework
+ pnpm publish --filter ./packages/runtime
0 commit comments