Skip to content

Commit 7cd0a86

Browse files
committed
third times the charm
1 parent 8548abf commit 7cd0a86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn install --ignore-scripts
2626

27+
- name: Configure npm registry
28+
run: npm config set registry https://registry.npmjs.org
29+
2730
- name: Create Release
2831
env:
2932
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)