Skip to content

Commit 4f34661

Browse files
fix: publish command and remove additional test branch
1 parent 086adf4 commit 4f34661

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- test-workflow
87

98
concurrency: ${{ github.workflow }}-${{ github.ref }}
109

@@ -88,5 +87,5 @@ jobs:
8887
8988
- name: Publish to npm Registry
9089
run: |
91-
pnpm publish --workspace packages/framework
92-
pnpm publish --workspace packages/runtime
90+
pnpm publish --filter ./packages/framework
91+
pnpm publish --filter ./packages/runtime

0 commit comments

Comments
 (0)