Skip to content

Commit

Permalink
Remove publishes to github's registry
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari committed Jul 14, 2020
1 parent 8a6d616 commit af4fa08
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,5 @@ jobs:
if: github.event_name == 'push' || ( steps.compare.outputs.changed == 'true' && github.event_name == 'schedule' )
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v1
with:
registry-url: 'https://npm.pkg.github.com'
- run: npm publish
if: github.event_name == 'push' || ( steps.compare.outputs.changed == 'true' && github.event_name == 'schedule' )
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push version changes to github repo
run: git push

0 comments on commit af4fa08

Please sign in to comment.