Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
khola committed May 7, 2020
1 parent e3c4668 commit 97a14c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- run: echo "@nordcloud:registry=https://npm.pkg.github.com/" >> .npmrc
- run: echo >> .npmrc
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
- run: npm install
- run: tsc
- run: cat .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}

0 comments on commit 97a14c6

Please sign in to comment.