File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 63
63
with :
64
64
deno-version : v2.x
65
65
- run : cargo install cargo-zigbuild wasm-bindgen-cli
66
+ - run : make build
67
+ - working-directory : ./js
68
+ run : |
69
+ npx jsr publish --allow-slow-types
70
+ # Why NPM...??
71
+ rm **/.gitignore
72
+ npm publish --provenance --access public
73
+ env :
74
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
66
75
# https://github.com/rust-cross/cargo-zigbuild/issues/18#issuecomment-1076428026
67
76
- name : macOS - Test build with SDKROOT
68
77
run : |
79
88
env :
80
89
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
81
90
SDKROOT : /tmp/MacOSX11.3.sdk
82
- - working-directory : ./js
83
- run : |
84
- make build
85
- npx jsr publish --allow-slow-types
86
- # Why NPM...??
87
- rm **/.gitignore
88
- npm publish --provenance --access public
89
- env :
90
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments