1
0
Fork 0

fix deploy pipeline (#763)

pull/764/head
Thomas Boop 2021-04-06 14:41:33 -04:00 committed by GitHub
parent 92488b8ab2
commit a6966e3148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -51,11 +51,14 @@ jobs:
with:
name: ${{ github.event.inputs.package }}
- name: publish
run: npm publish *.tgz
- name: setup authentication
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{ secrets.TOKEN }}
- name: publish
run: npm publish *.tgz
- name: notify slack on failure
if: failure()
run: |