Skip to content

Commit a748299

Browse files
authored
Merge pull request #43 from BitGo/BTC-0.nolerna-again
Btc 0.nolerna again
2 parents a1ff3ff + 4d99c82 commit a748299

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ jobs:
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

@@ -80,7 +75,6 @@ jobs:
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

packages/wasm-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)