From 5dd6c98d179dc08d6331cb51d44edb2c09afb210 Mon Sep 17 00:00:00 2001 From: Seb Insua Date: Tue, 16 Nov 2021 22:03:49 +0000 Subject: [PATCH] Get rid of the GitHub Packages publish step --- .github/workflows/yarn-publish.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/yarn-publish.yml b/.github/workflows/yarn-publish.yml index d727945..8a80617 100644 --- a/.github/workflows/yarn-publish.yml +++ b/.github/workflows/yarn-publish.yml @@ -21,22 +21,4 @@ jobs: yarn config set npmPublishRegistry 'https://registry.npmjs.org/' yarn config set npmAuthToken "${{secrets.NPM_TOKEN}}" yarn npm publish --access public - - publish-gpr: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '16.x' - scope: '@sebinsua' - - run: yarn --frozen-lockfile - - run: yarn build - - run: | - yarn config set npmPublishRegistry 'https://npm.pkg.github.com/' - yarn config set npmAuthToken "${{secrets.GITHUB_TOKEN}}" - yarn npm publish --access public - +