Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release_eslint_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: cp .github/workflows/.npmrc packages/jsts/src/rules/.npmrc
- run: cp .github/workflows/.npmrc .npmrc
- name: Publish npm package
env:
NPM_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).npm_token }}
run: |
jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa
jfrog rt npm-ci
npm run eslint-plugin:compile
cp .npmrc lib/.npmrc
cd lib
npm version $RELEASE_TAG --no-git-tag-version
npm publish
Expand Down
Loading