diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index ccd11575b..d5c7249cb 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -9,7 +9,7 @@ on: type: string push: - branches: [beta, main, v1] # all branches where deployments currently occur. Make sure this list matches list of branches in `.releaserc` file. + branches: [beta, main, v1, v2] # all branches where deployments currently occur. Make sure this list matches list of branches in `.releaserc` file. permissions: contents: write # access to push the git tag diff --git a/.releaserc.json b/.releaserc.json index 3413b225e..5ca83ad4e 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -2,6 +2,7 @@ "tagFormat": "${version}", "branches": [ "main", + { "name": "v2", "range": "2.x" }, { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ],