Skip to content

Commit dd4e99f

Browse files
authored
Update ci.yml
1 parent 6a34288 commit dd4e99f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
git remote -v
6464
git checkout -b production
6565
git push origin HEAD:production --force
66-
npm publish
67-
env:
68-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
66+
67+
- name: publish npm
68+
uses: JS-DevTools/npm-publish@v1
69+
with:
70+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)