From 42e7270f8b566a712b534da1dd6b70352afcdce3 Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Thu, 5 Nov 2020 14:10:52 +0200 Subject: [PATCH] disabled package deployment to the github npm --- .github/workflows/npm-publish.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 153c8a5..a8f0443 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -33,17 +33,17 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - publish-gpr: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 10 - registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm run build - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + # publish-gpr: + # needs: build + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/setup-node@v1 + # with: + # node-version: 10 + # registry-url: https://npm.pkg.github.com/ + # - run: npm ci + # - run: npm run build + # - run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}