File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 56
56
uses : actions-js/push@master
57
57
with :
58
58
github_token : ${{ secrets.GITHUB_TOKEN }}
59
+ author_name : ${{ secrets.GIT_USER_NAME }}
60
+ author_email : $${ secrets.GIT_USER_EMAIL }}
59
61
message : ' Set version to next SNAPSHOT'
62
+ - name : Build documentation
63
+ env :
64
+ RELEASE_VERSION : ${{ steps.get_version.outputs.version-without-v }}
65
+ run : ./gradlew asciidoctor -Pversion="${RELEASE_VERSION}"
60
66
- name : Export Gradle Properties
61
67
uses : micronaut-projects/github-actions/export-gradle-properties@master
62
68
- name : Publish to Github Pages
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ task snapshotVersion {
146
146
doLast {
147
147
if (! project. version. endsWith(' -SNAPSHOT' )) {
148
148
ant. propertyfile(file : " gradle.properties" ) {
149
- entry(key : " version" , value : " ${ version} -SNAPSHOT" )
149
+ entry(key : " version" , value : " ${ project. version} -SNAPSHOT" )
150
150
}
151
151
}
152
152
}
Original file line number Diff line number Diff line change 1
1
# Thu, 02 Dec 2021 14:47:53 +0000
2
- version =-SNAPSHOT
2
+ version =3.0.4 -SNAPSHOT
3
3
grailsVersion =4.0.11
You can’t perform that action at this time.
0 commit comments