Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
banzeh authored Nov 24, 2019
1 parent 11ce3a5 commit 07c3794
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 8.1.0
- run: npm ci
- run: npm test

publish-npm:
Expand All @@ -24,7 +23,6 @@ jobs:
with:
node-version: 8.1.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Expand All @@ -39,7 +37,6 @@ jobs:
node-version: 8.1.0
registry-url: https://npm.pkg.github.com/
scope: '@your-github-username'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 07c3794

Please sign in to comment.