Skip to content

Commit ef8124f

Browse files
Merge pull request #49 from BitGo/BTC-2741
feat: configure multi-semantic-release for automated publishing
2 parents 2cf17ec + 87df131 commit ef8124f

File tree

3 files changed

+16906
-6486
lines changed

3 files changed

+16906
-6486
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
git config user.name "github-actions[bot]"
5252
git config user.email "github-actions[bot]@users.noreply.github.com"
5353
54-
- name: Release (npm publish via OIDC)
55-
working-directory: packages/wasm-utxo
56-
run: npm publish
54+
- name: Install dependencies
55+
run: npm ci --workspaces --include-workspace-root
56+
57+
- name: Release (multi-semantic-release)
58+
run: npx multi-semantic-release

0 commit comments

Comments
 (0)