diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd91106..3b6cb0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - main + - release concurrency: group: ${{ github.workflow }} cancel-in-progress: false diff --git a/.releaserc.json b/.releaserc.json index 8de8533..6e65219 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,5 @@ { - "branches": ["main"], + "branches": ["release"], "plugins": [ ["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }], "@semantic-release/release-notes-generator",