From 81675eefd0e4fbc325e0f4cc146ade360d12ad95 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 28 Nov 2021 12:54:45 -0800 Subject: [PATCH] remove npm publish part of publish stage --- .github/workflows/npm-publish.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b7e0a6e8..8eee5c03 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,19 +18,19 @@ jobs: - run: npm install - run: npm test - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - run: npm install - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} +# publish-npm: +# needs: build +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/setup-node@v2 +# with: +# node-version: 16 +# registry-url: https://registry.npmjs.org/ +# - run: npm install +# - run: npm publish +# env: +# NODE_AUTH_TOKEN: ${{secrets.npm_token}} publish-gpr: needs: build