Skip to content

Commit

Permalink
Update build_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Sep 16, 2021
1 parent 50f4d29 commit 8c03540
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:

# Publish to NPM registry
- name: Publish to NPM Registry
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
run: |
rm .npmrc
echo //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN > .npmrc
Expand Down

0 comments on commit 8c03540

Please sign in to comment.