We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103833 commit ff872f4Copy full SHA for ff872f4
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v2
14
with:
15
+ ref: 4.0.x
16
token: ${{ secrets.GH_TOKEN }}
17
- uses: gradle/wrapper-validation-action@v1
18
- name: Set up JDK
@@ -56,6 +57,7 @@ jobs:
56
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
author_name: ${{ secrets.GIT_USER_NAME }}
59
author_email: $${ secrets.GIT_USER_EMAIL }}
60
+ branch: 4.0.x
61
message: 'Set version to next SNAPSHOT'
62
- name: Export Gradle Properties
63
uses: micronaut-projects/github-actions/export-gradle-properties@master
0 commit comments