diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b42544..f3719d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - beta concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/package.json b/package.json index 74caf27..e20f9c9 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,15 @@ "workspaces": [ "packages/*" ], + "release": { + "branches": [ + "master", + { + "name": "beta", + "prerelease": true + } + ] + }, "repository": { "type": "git", "url": "git+https://github.com/BitGo/wasm-miniscript.git"