Skip to content

Commit

Permalink
Merge pull request #173 from BrightspaceUI/awong/update-readme-on-pub…
Browse files Browse the repository at this point in the history
…lic-npm-publishing

Incremental release - publish to npm needs `registry-url: "https://registry.npmjs.org"`
  • Loading branch information
mostlyfabulous authored Feb 6, 2025
2 parents 9c9f15e + b8b6a12 commit 48756c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions incremental-release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Setup Node:
```yml
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
with:
registry-url: "https://registry.npmjs.org"
```

Then pass through the `NPM_TOKEN` secret.
Expand Down

0 comments on commit 48756c7

Please sign in to comment.