Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed May 7, 2020
2 parents ac3ed88 + 070f9b7 commit 911f27c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/npmpub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand All @@ -28,18 +27,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@BlackPhlox'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 911f27c

Please sign in to comment.