Skip to content

Commit

Permalink
ci: specify registry
Browse files Browse the repository at this point in the history
  • Loading branch information
adjsky committed Oct 31, 2024
1 parent d312fbd commit b7874ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Publish to JSR
run: deno publish
Expand Down

0 comments on commit b7874ab

Please sign in to comment.