We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7834c commit 8fe6646Copy full SHA for 8fe6646
.github/workflows/release_eslint_plugin.yml
@@ -37,14 +37,15 @@ jobs:
37
- uses: actions/setup-node@v4
38
with:
39
node-version: 18
40
- - run: cp .github/workflows/.npmrc packages/jsts/src/rules/.npmrc
+ - run: cp .github/workflows/.npmrc .npmrc
41
- name: Publish npm package
42
env:
43
NPM_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).npm_token }}
44
run: |
45
jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa
46
jfrog rt npm-ci
47
npm run eslint-plugin:compile
48
+ cp .npmrc lib/.npmrc
49
cd lib
50
npm version $RELEASE_TAG --no-git-tag-version
51
npm publish
0 commit comments