Skip to content

Commit

Permalink
fix: removed gpr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saragerion committed May 20, 2020
1 parent ec616d4 commit b35d7e8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-gpr:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b35d7e8

Please sign in to comment.