Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
Specifying a registry-url is necessary to have the NODE_AUTH_TOKEN env
var work.

https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#about-package-configuration
  • Loading branch information
jahow committed May 6, 2024
1 parent 2f73cdd commit a0aadb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a0aadb6

Please sign in to comment.