Skip to content

Commit

Permalink
ci: Rename branch main->v2.x for consistency with v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Aug 13, 2024
1 parent 3cb2141 commit a0632c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
with:
command: github-release
release-type: simple
package-name: ${{ github.event.repository.name }}
package-name: ${{ github.event.repository.name }}
default-branch: v2.x

- name: PROD - Define release info
if: steps.create_prod_release.outputs.release_created
Expand Down Expand Up @@ -271,6 +272,7 @@ jobs:
command: release-pr
release-type: simple
package-name: ${{ github.event.repository.name }}
default-branch: v2.x

- name: DEV - Prepare GitHub release
if: needs.build.outputs.do_dev_release
Expand Down

0 comments on commit a0632c9

Please sign in to comment.