From 3cd19ac2b5efa67aea2d55952cb18324617dc56d Mon Sep 17 00:00:00 2001 From: Georg Schwarz Date: Thu, 22 Dec 2022 13:33:47 +0100 Subject: [PATCH] Undo publishing to github registry --- .github/workflows/eslint-release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/eslint-release.yml b/.github/workflows/eslint-release.yml index be352c3..0e0516b 100644 --- a/.github/workflows/eslint-release.yml +++ b/.github/workflows/eslint-release.yml @@ -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 }}