We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1230521 commit 21bab23Copy full SHA for 21bab23
1 file changed
.github/workflows/release-node.yml
@@ -34,6 +34,7 @@ jobs:
34
run: cd crates/node-litesvm/ && ls -R ./npm
35
- name: Publish
36
run: |
37
+ cd crates/node-litesvm/
38
npm config set provenance true
39
TAG_NAME="${GITHUB_REF_NAME}"
40
if printf "%s" "$TAG_NAME" | grep "^node-v[0-9]\+\.[0-9]\+\.[0-9]\+$";
0 commit comments