This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 31
31
GITHUB_MAVEN_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
32
32
run : ./gradlew build
33
33
publish :
34
+ name : " Publish Snapshot"
34
35
if : github.event_name == 'push'
35
36
needs : build
36
37
runs-on : ubuntu-24.04
56
57
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
57
58
run : ./gradlew publish
58
59
docs :
60
+ name : " Publish Snapshot Documentation"
59
61
if : github.event_name == 'push'
60
62
needs : build
61
63
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ permissions:
12
12
packages : read
13
13
jobs :
14
14
build_groovy :
15
+ name : " Build Groovy"
15
16
runs-on : ubuntu-24.04
16
17
outputs :
17
18
groovyVersion : ${{ steps.groovy-version.outputs.value }}
@@ -104,6 +105,7 @@ jobs:
104
105
./gradlew pTML -x groovydoc -x javadoc -x javadocAll -x groovydocAll -x asciidoc -x docGDK
105
106
106
107
build_project :
108
+ name : " Build Project"
107
109
needs : build_groovy
108
110
runs-on : ubuntu-24.04
109
111
steps :
Original file line number Diff line number Diff line change 7
7
GIT_USER_EMAIL : ' grails-build@users.noreply.github.com'
8
8
jobs :
9
9
publish :
10
+ name : " Publish to Sonatype Staging Repository"
10
11
outputs :
11
12
release_version : ${{ steps.release_version.outputs.value }}
12
13
runs-on : ubuntu-24.04
49
50
publishToSonatype
50
51
closeSonatypeStagingRepository
51
52
release :
53
+ name : " Release Sonatype Staging Repository"
52
54
needs : publish
53
55
runs-on : ubuntu-24.04
54
56
permissions :
82
84
if : success()
83
85
uses : grails/github-actions/post-release@main
84
86
docs :
87
+ name : " Publish Documentation"
85
88
needs : publish
86
89
runs-on : ubuntu-24.04
87
90
permissions :
You can’t perform that action at this time.
0 commit comments