Skip to content

Commit c6d7eef

Browse files
committed
chore: set registry-url for publish
1 parent 743cbe9 commit c6d7eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 21
18+
registry-url: 'https://registry.npmjs.org'
1819
- name: Install dependencies
1920
run: npm install -g typescript && npm install
2021
- name: Build

0 commit comments

Comments
 (0)