File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 6666 git config user.name "github-actions[bot]"
6767 git config user.email "github-actions[bot]@users.noreply.github.com"
6868
69- - name : Configure NPM
70- run : |
71- echo "workspaces-update = false" >> .npmrc
72- echo "@bitgo:registry=https://registry.npmjs.org" >> .npmrc
73-
7469 - name : Install Packages
7570 run : npm ci --workspaces --include-workspace-root
7671
8075 - name : Unit Test
8176 run : npm --workspaces test
8277
83- - name : Release
84- run : npx lerna publish --yes --no-push --loglevel verbose -- --loglevel verbose
85- env :
86- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78+ - name : Release (npm publish via OIDC)
79+ working-directory : packages/wasm-utxo
80+ run : npm publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @bitgo/wasm-utxo" ,
33 "description" : " WebAssembly wrapper for rust-bitcoin (beta)" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " git+https://github.com/BitGo/BitGoWASM"
You can’t perform that action at this time.
0 commit comments