Enabled npm publish during the release process

no issue
This commit is contained in:
Daniel Lockyer 2020-04-02 08:43:58 +01:00
parent f8f8a4b597
commit 90012c473a
1 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: grunt automated-release
#- run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}