Skip to content

Commit 8edb98d

Browse files
committed
ci: set registry-url
1 parent be75506 commit 8edb98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19+
registry-url: https://registry.npmjs.org
1920
- uses: denoland/setup-deno@v2
2021
- run: deno task build --minify ${GITHUB_REF#refs/tags/v}
2122
- run: cd dist && npm publish

0 commit comments

Comments
 (0)