Skip to content

Commit

Permalink
ci: fix npx ref
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 28, 2024
1 parent c0bf6cb commit df4237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 23

- name: Fetch remote source
run: NODE_OPTIONS="--experimental-strip-types" zx@latest https://raw.githubusercontent.com/webpod/zurk/refs/heads/main/src/scripts/build-from-remote.mts
run: NODE_OPTIONS="--experimental-strip-types" npx zx@latest https://raw.githubusercontent.com/webpod/zurk/refs/heads/main/src/scripts/build-from-remote.mts
env:
CTX: ${{ toJSON(github.event.inputs) }}

Expand Down

0 comments on commit df4237c

Please sign in to comment.