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

Commit 87df5c9

Browse files
Fix release action (#256)
1 parent f62edbb commit 87df5c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: 10
20-
- name: Download artifacts
21-
run: curl -o $PACKAGE-$RELEASE_TAG.tgz $REPOX_URL/$NPM_REPOSITORY/$SCOPE$PACKAGE/-/$SCOPE$PACKAGE-$RELEASE_TAG.tgz
2220
- run: mv .github/workflows/.npmrc .npmrc
2321
- name: Publish npm package
2422
env:
2523
NPM_TOKEN: ${{ secrets.SONARTECH_NPM_TOKEN }}
2624
REPOX_QA_DEPLOYER_API_KEY: ${{ secrets.REPOX_QA_DEPLOYER_API_KEY }}
2725
run: |
26+
npm install
2827
npm publish
2928
curl -urepox-qa-deployer:${REPOX_QA_DEPLOYER_API_KEY} https://repox.jfrog.io/artifactory/api/npm/auth > .npmrc
3029
npm publish --registry https://repox.jfrog.io/artifactory/api/npm/sonarsource-npm-public/

0 commit comments

Comments
 (0)