Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e7d36c

Browse filesBrowse files
committed
Fix login to npm
1 parent 76e68ab commit 0e7d36c
Copy full SHA for 0e7d36c

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎.github/actions/setup/action.yml

Copy file name to clipboardExpand all lines: .github/actions/setup/action.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ runs:
1616
uses: actions/setup-node@v4.4.0
1717
with:
1818
node-version: ${{ inputs.node-version }}
19+
registry-url: 'https://registry.npmjs.org'
1920
cache: pnpm
2021

2122
- name: Install dependencies

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: pnpm run release -- --increment ${{github.event.inputs.increment}} --ci --dry-run
3232
env:
3333
# For release-it
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_CONFIG_PROVENANCE: true
3737
# For lerna-changelog

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.