Skip to content

Commit 1b580b4

Browse files
authored
Add registry url to release workflow (#744)
* Add registry url * Fixed linter issue in release workflow
1 parent f0f057d commit 1b580b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v1
1414
- uses: actions/setup-node@v1
15+
with:
16+
registry-url: "https://registry.npmjs.org"
1517
- run: npm install --global npm@6
1618
- run: npm ci
1719
- run: npm run build

0 commit comments

Comments
 (0)