Skip to content

Commit 08aceee

Browse files
author
clouless
committed
github actions for build and release
1 parent cd2d380 commit 08aceee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
NPMJS_PASSWORD: ${{ secrets.NPMJS_PASSWORD }}
2323
NPMJS_USERNAME: ${{ secrets.NPMJS_USERNAME }}
2424
NPMJS_EMAIL: ${{ secrets.NPMJS_EMAIL }}
25-
- name: publush release to npm registry
25+
- name: publish release to npm registry
2626
run: npm --registry https://registry.npmjs.org/ --access public publish
27+
working-directory: dist

0 commit comments

Comments
 (0)