Skip to content

Commit

Permalink
add .npmrc to lib folder for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Jul 17, 2024
1 parent ad88403 commit 39441d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_eslint_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ 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 }}
Expand Down

0 comments on commit 39441d6

Please sign in to comment.