Skip to content

Commit ed666ac

Browse files
committed
Fix the errors
1 parent 149836d commit ed666ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636

3737
- name: Can Publish
3838
run : npx can-npm-publish --verbose
39-
working-directory: package
4039

4140
- name: Get package info
4241
id: package
@@ -61,11 +60,9 @@ jobs:
6160
6261
- name: Build
6362
run : pnpm build
64-
working-directory: package
6563

6664
- name: Publish
6765
run : pnpm -r publish --no-git-checks --access public --provenance
68-
working-directory: package
6966

7067
- name: Create GitHub Release with tag
7168
id: create-release

0 commit comments

Comments
 (0)