Skip to content

Commit f981c01

Browse files
committed
fix: fix typo in distribute.yaml
1 parent 972d460 commit f981c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
run: npm -v
5050

5151
- name: Publish to npm
52-
- run: npm publish dist/* --provenance --access public
52+
run: npm publish dist/* --provenance --access public

0 commit comments

Comments
 (0)