We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf17ec + 87df131 commit ef8124fCopy full SHA for ef8124f
.github/workflows/publish.yaml
@@ -51,6 +51,8 @@ jobs:
51
git config user.name "github-actions[bot]"
52
git config user.email "github-actions[bot]@users.noreply.github.com"
53
54
- - name: Release (npm publish via OIDC)
55
- working-directory: packages/wasm-utxo
56
- run: npm publish
+ - name: Install dependencies
+ run: npm ci --workspaces --include-workspace-root
+
57
+ - name: Release (multi-semantic-release)
58
+ run: npx multi-semantic-release
0 commit comments