From 7dea8b850c8f6fc27ae42a5028bc47f29cdefb28 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Thu, 5 Oct 2023 16:36:08 +0100 Subject: [PATCH] Remove private build step --- .github/workflows/publish-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 91734b797..da69ad80b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -24,11 +24,6 @@ jobs: run: npm run test - name: Build run: npm run build - - name: Publish package to private registry - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - registry: "https://${{ vars.PRIVATE_NPM_REGISTRY_URL }}" - name: Publish package to public npm registry uses: JS-DevTools/npm-publish@v1 with: