Skip to content

Commit

Permalink
remove gpm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Oct 5, 2019
1 parent 069df77 commit 9004bf6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,3 @@ jobs:
npm publish
env:
CI: true
build-and-publish-gpm:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: jgierer12/npm-auth-gpr@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: npm publish
run: |
npm install
npm publish
env:
CI: true

0 comments on commit 9004bf6

Please sign in to comment.