From b35d7e8d0d1418436a944a9f439d5219c38f0f54 Mon Sep 17 00:00:00 2001 From: Sara Gerion Date: Wed, 20 May 2020 11:53:31 +0200 Subject: [PATCH] fix: removed gpr publish --- .github/workflows/on-release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 5add7ab..af5cc42 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -30,16 +30,3 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - publish-gpr: - runs-on: ubuntu-latest - needs: build - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}