Skip to content

Commit 88967a1

Browse files
author
Wonkook Lee
committed
change registry url
1 parent 32e991d commit 88967a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: "16.x"
14-
registry-url: "https://registry.npmjs.org"
14+
registry-url: "https://npm.pkg.github.com"
1515
- run: npm install
1616
- run: npm run build
1717
- run: npm publish

0 commit comments

Comments
 (0)