Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee authored Mar 9, 2020
1 parent 4fa55b1 commit 040d993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm build
- run: npm run build
- run: npm test

publish-npm:
Expand All @@ -26,7 +26,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -42,7 +42,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: '@marcisbee'
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 040d993

Please sign in to comment.