Skip to content

Merge pull request #303 from BitGo/COIN-5732-v1 #23

Merge pull request #303 from BitGo/COIN-5732-v1

Merge pull request #303 from BitGo/COIN-5732-v1 #23

Workflow file for this run

name: Release
permissions:
contents: write
pull-requests: write
issues: write
on:
push:
branches:
- master
- next
- next-major
- beta
- alpha
- "[0-9]+.[0-9]+.x"
- "[0-9]+.x"
jobs:
release:
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
disable-semantic-release-git: true