Skip to content

Commit

Permalink
NO-JIRA Fix release pipeline to include build folder & Publish v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Jun 3, 2024
1 parent 849a44f commit 1b31e06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
node-version: 18
- run: mv .github/workflows/.npmrc .npmrc
- name: Build npm package
run: |
npm install
npm run build
- name: Publish npm package
env:
NPM_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).npm_token }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonarqube-scanner",
"description": "SonarQube/SonarCloud Scanner for the JavaScript world",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/SonarSource/sonar-scanner-npm",
"author": {
"name": "Fabrice Bellingard",
Expand Down

0 comments on commit 1b31e06

Please sign in to comment.