Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichael authored Nov 2, 2020
1 parent 1a94311 commit 58034c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org/'
- name: Install
run: npm install
- run: yarn install
# Publish to npm
- name: Publish
run: npm publish --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# Setup .npmrc file to publish to GitHub Packages
Expand Down

0 comments on commit 58034c3

Please sign in to comment.