We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be75506 commit 8edb98dCopy full SHA for 8edb98d
.github/workflows/publish.yaml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
+ registry-url: https://registry.npmjs.org
20
- uses: denoland/setup-deno@v2
21
- run: deno task build --minify ${GITHUB_REF#refs/tags/v}
22
- run: cd dist && npm publish
0 commit comments