Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d04e171

Browse files
authored
Config jfrog npm client before first use (#312)
1 parent 32dd485 commit d04e171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
NPM_TOKEN: ${{ secrets.SONARTECH_NPM_TOKEN }}
2828
REPOX_CLI_CONFIG_BUILD_PROMOTER: ${{ secrets.REPOX_CLI_CONFIG_BUILD_PROMOTER }}
2929
run: |
30+
jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa
3031
jfrog rt npm-ci
3132
npm publish
32-
jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa
3333
jfrog rt npm-publish --build-name=eslint-plugin-sonarjs --build-number=${{ github.event.release.tag_name }}
3434
jfrog rt build-publish eslint-plugin-sonarjs ${{ github.event.release.tag_name }}
3535
jfrog config import $REPOX_CLI_CONFIG_BUILD_PROMOTER
3636
jfrog rt bpr --status it-passed eslint-plugin-sonarjs ${{ github.event.release.tag_name }} sonarsource-npm-public-builds
37-
jfrog rt bpr --status released eslint-plugin-sonarjs ${{ github.event.release.tag_name }} sonarsource-npm-public-releases
37+
jfrog rt bpr --status released eslint-plugin-sonarjs ${{ github.event.release.tag_name }} sonarsource-npm-public-releases

0 commit comments

Comments
 (0)