Skip to content

Commit

Permalink
Undo publishing to github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Dec 22, 2022
1 parent 07b4530 commit 3cd19ac
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/eslint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,3 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish-npmgh:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '16'
registry-url: 'https://npm.pkg.github.com'
- name: Install dependencies
run: npm ci
- name: Publish to NPMjs Packages
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3cd19ac

Please sign in to comment.