Skip to content

Commit

Permalink
Fix: restore NPM publishing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
deribaucourt committed Jul 19, 2024
1 parent 504e3ea commit f4760b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
steps:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/download-artifact@v4
- name: Publish to npm
run: npm publish $(find . -iname language-server-bitbake-*.tgz)
Expand Down

0 comments on commit f4760b3

Please sign in to comment.