Skip to content

Commit

Permalink
remove GH packages action
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Nov 2, 2020
1 parent 32ddfa9 commit 29c9fdd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- uses: actions/setup-node@v1
with:
registry-url: 'https://npm.pkg.github.com'

- name: Publish tag to GPR
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}

0 comments on commit 29c9fdd

Please sign in to comment.