From 94b41efdc7e8d791c7489d7f152c22ef807c0133 Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:54:56 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a47e769..bce7de1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,31 +14,9 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' scope: '@fiusdevelopment' - - name: Install dependencies 🔧 - run: npm ci - name: Publish package on NPM 📦 run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} REGISTRY1: 'registry.npmjs.org' REGISTRY2: 'registry=https://registry.npmjs.org/' - - Publish-GitHub-NPM: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Setup Node - uses: actions/setup-node@v2 - with: - node-version: '16.x' - registry-url: 'https://npm.pkg.github.com' - scope: '@fiusdevelopment' - - name: Install dependencies 🔧 - run: npm ci - - name: Publish package on NPM 📦 - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.GP_TOKEN }} - REGISTRY1: 'npm.pkg.github.com' - REGISTRY2: '@fiusdevelopment:registry=https://npm.pkg.github.com'