Skip to content

Commit b4b2c7a

Browse files
authored
fix release workflow (#27)
1 parent 28ece39 commit b4b2c7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

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@v4
1414
- uses: actions/setup-node@v4
15+
with:
16+
registry-url: 'https://registry.npmjs.org'
1517
- uses: pnpm/action-setup@v4
1618
with:
1719
version: 10

0 commit comments

Comments
 (0)