Skip to content

Commit aa3320a

Browse files
committed
feat(GitHub Actions): 更新发布工作流,新增进入包目录的步骤
- 在发布工作流中新增进入 packages/simple-notation 目录的步骤,确保发布过程中的路径正确性。
1 parent 837b1a1 commit aa3320a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build project
3232
run: pnpm build:lib
3333

34+
- name: Into package directory
35+
run: cd packages/simple-notation
36+
3437
- name: Publish to npmjs
3538
run: npm publish --provenance --access public
3639
env:

0 commit comments

Comments
 (0)