Skip to content

Commit

Permalink
Fix eslint-plugin-sonarjs release action (#4775)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Aug 22, 2024
1 parent 91826aa commit f44c28b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_eslint_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f44c28b

Please sign in to comment.