Skip to content

Commit 7d4f9ef

Browse files
Move registry URL into GitHub Actions
1 parent 1557f2c commit 7d4f9ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
cache: yarn
2424
node-version-file: .nvmrc
25+
registry-url: https://registry.npmjs.org/
2526

2627
- name: Yarn Install
2728
run: yarn

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
},
132132
"packageManager": "[email protected]",
133133
"publishConfig": {
134-
"access": "public",
135-
"registry": "https://registry.npmjs.org/"
134+
"access": "public"
136135
}
137136
}

0 commit comments

Comments
 (0)