Skip to content

Commit ebdf43a

Browse files
committed
fix release script
1 parent 55e8be4 commit ebdf43a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@ jobs:
3535

3636
- name: Publish
3737
if: "!github.event.release.prerelease"
38-
working-directory: ./dist
3938
run: |
40-
npm pkg delete scripts.prepare
4139
npm publish --access public
4240
4341
- name: Publish release candidate
4442
if: "github.event.release.prerelease"
45-
working-directory: ./dist
4643
run: |
47-
npm pkg delete scripts.prepare
4844
npm publish --access public --tag=canary

0 commit comments

Comments
 (0)