Skip to content

Commit

Permalink
fix(ci): a registry URL is also needed (#5)
Browse files Browse the repository at this point in the history
this should hopefully be the last bit to make auto-publishing work…
  • Loading branch information
TTtie authored Nov 15, 2024
1 parent a4f7555 commit 1d4309d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- name: Checkout the repository
uses: actions/checkout@v4
- name: Download the WASM binaries
Expand Down

0 comments on commit 1d4309d

Please sign in to comment.