Skip to content

Commit

Permalink
remove npm publish part of publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 28, 2021
1 parent 2ebda67 commit 81675ee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- run: npm install
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# publish-npm:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 16
# registry-url: https://registry.npmjs.org/
# - run: npm install
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
Expand Down

0 comments on commit 81675ee

Please sign in to comment.