Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"

- name: Configure NPM
run: |
echo "workspaces-update = false" >> .npmrc
echo "@bitgo:registry=https://registry.npmjs.org" >> .npmrc

- name: Install Packages
run: npm ci --workspaces --include-workspace-root

Expand All @@ -80,7 +75,6 @@ jobs:
- name: Unit Test
run: npm --workspaces test

- name: Release
run: npx lerna publish --yes --no-push --loglevel verbose -- --loglevel verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release (npm publish via OIDC)
working-directory: packages/wasm-utxo
run: npm publish
2 changes: 1 addition & 1 deletion packages/wasm-utxo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitgo/wasm-utxo",
"description": "WebAssembly wrapper for rust-bitcoin (beta)",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/BitGo/BitGoWASM"
Expand Down