Skip to content

Commit 62a128a

Browse files
author
Emil Kais
committed
Add registry-url
1 parent e32e10f commit 62a128a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Publish Package to NPM
2+
23
on:
34
release:
45
types: [created]
@@ -10,6 +11,7 @@ jobs:
1011
- uses: actions/setup-node@v4
1112
with:
1213
node-version: 20
14+
registry-url: 'https://registry.npmjs.org'
1315
- run: npm ci
1416
- run: npm run build
1517
- run: npm test

0 commit comments

Comments
 (0)