From af4fa08f7c68cd57dd701b531749a05f94689f7e Mon Sep 17 00:00:00 2001 From: Albert Date: Tue, 14 Jul 2020 18:08:33 +0200 Subject: [PATCH] Remove publishes to github's registry --- .github/workflows/build-test-publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 92a14dcd..2154a933 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -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