Skip to content

Commit a607545

Browse files
committed
publish
1 parent 538ca57 commit a607545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
1717
- run: npm run build
18-
- run: npm run publish
18+
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)