Skip to content

Commit

Permalink
fix(npm-publish): setup node with registry-url
Browse files Browse the repository at this point in the history
This creates an `.npmrc` file that references the token
from the `NODE_AUTH_TOKEN` environment variable.
  • Loading branch information
caugner committed May 11, 2023
1 parent cc5f564 commit e1f5194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
node-version: 18
cache: yarn
registry-url: "https://registry.npmjs.org"

- name: Install
if: steps.release.outputs.release_created
Expand Down

0 comments on commit e1f5194

Please sign in to comment.