Skip to content

Commit bb62e7f

Browse files
authored
chore: release 4.0.0 (#1121)
1 parent d9a3c4a commit bb62e7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353
- run: pnpm build:packages
5454

5555
- name: Publish core package
56-
working-directory: packages/core
5756
env:
5857
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59-
run: pnpm publish
58+
run: pnpm publish:core-package --access public
6059

6160
- name: Mark as Latest Release in GitHub Releases
6261
env:

0 commit comments

Comments
 (0)