Skip to content

Commit

Permalink
NO-JIRA add correct npm registry authentication (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-paulger-sonarsource authored Aug 5, 2024
1 parent 8a3059c commit a7143c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
working-directory: ${{ steps.local_repo.outputs.dir }}/package
run: npm version --no-git-tag-version ${{ steps.get_version.outputs.version }}

- name: Use NPM registry configuration
run: mv .github/workflows/.npmrc ~/.npmrc

- name: Publish npm package to npmjs
working-directory: ${{ steps.local_repo.outputs.dir }}/package
env:
Expand Down

0 comments on commit a7143c2

Please sign in to comment.