From f44c28b1fd5170f840d32dfa4ca6b6e008d055c5 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 22 Aug 2024 17:49:55 +0200 Subject: [PATCH] Fix eslint-plugin-sonarjs release action (#4775) --- .github/workflows/release_eslint_plugin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release_eslint_plugin.yml b/.github/workflows/release_eslint_plugin.yml index 7bc2f6b7ebd..29c696aab98 100644 --- a/.github/workflows/release_eslint_plugin.yml +++ b/.github/workflows/release_eslint_plugin.yml @@ -47,8 +47,6 @@ jobs: jfrog rt npm-ci npm version $RELEASE_TAG npm run build - cp .npmrc ./lib/.npmrc - cd lib/ npm publish jfrog rt npm-publish --build-name=eslint-plugin-sonarjs --build-number=${{ github.event.inputs.release_version }} jfrog rt build-publish eslint-plugin-sonarjs ${{ github.event.inputs.release_version }}