diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5349193..c226799 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,5 +19,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} WITH_V: true - RELEASE_BRANCHES: production - DEFAULT_BUMP: minor \ No newline at end of file + RELEASE_BRANCHES: main + DEFAULT_BUMP: minor