Skip to content

Commit ff872f4

Browse files
committed
Adapted release hook to branch 4.0.x
1 parent b103833 commit ff872f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
1414
with:
15+
ref: 4.0.x
1516
token: ${{ secrets.GH_TOKEN }}
1617
- uses: gradle/wrapper-validation-action@v1
1718
- name: Set up JDK
@@ -56,6 +57,7 @@ jobs:
5657
github_token: ${{ secrets.GITHUB_TOKEN }}
5758
author_name: ${{ secrets.GIT_USER_NAME }}
5859
author_email: $${ secrets.GIT_USER_EMAIL }}
60+
branch: 4.0.x
5961
message: 'Set version to next SNAPSHOT'
6062
- name: Export Gradle Properties
6163
uses: micronaut-projects/github-actions/export-gradle-properties@master

0 commit comments

Comments
 (0)