Skip to content

Commit e88e3ac

Browse files
committed
build: update release workflow to use main branch
1 parent 5e71044 commit e88e3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout code
7171
uses: actions/checkout@v5
7272
with:
73-
ref: master
73+
ref: main
7474
- run: |
7575
git config --global user.name "${{ github.actor }}"
7676
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
@@ -93,7 +93,7 @@ jobs:
9393
- name: Update development version
9494
uses: actions/checkout@v5
9595
with:
96-
ref: master
96+
ref: main
9797
env:
9898
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
9999
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 commit comments

Comments
 (0)