Skip to content

Commit 6d3ad58

Browse files
authored
Update publish.yml
1 parent 92930b2 commit 6d3ad58

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
run: yarn install
1616
- name: Build
1717
run: yarn run build
18-
- run: yarn publish
18+
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)