Updated publish.yml

pull/54/head
MillenniumEarl 2020-11-22 14:36:38 +01:00
parent e0756e0090
commit 0202d4a2b1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
# Publish to npm
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages