File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
redis-version : ${{ matrix.redis-version }}
28
28
- name : Run Build
29
29
id : build
30
- uses : gradle/gradle-build-action@v2
30
+ uses : gradle/gradle-build-action@v3
31
31
env :
32
32
REDIS_HOST : redis
33
33
REDIS_PORT : 6379
46
46
java-version : 17
47
47
- name : Publish Artifacts (repo.grails.org)
48
48
id : publish
49
- uses : gradle/gradle-build-action@v2
49
+ uses : gradle/gradle-build-action@v3
50
50
env :
51
51
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
52
52
ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
56
56
- name : Build Docs
57
57
id : docs
58
58
if : success()
59
- uses : gradle/gradle-build-action@v2
59
+ uses : gradle/gradle-build-action@v3
60
60
with :
61
61
arguments : :grails-redis:groovydoc
62
62
env :
Original file line number Diff line number Diff line change 31
31
run : echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
32
32
- name : Publish to Sonatype OSSRH
33
33
id : publish
34
- uses : gradle/gradle-build-action@v2
34
+ uses : gradle/gradle-build-action@v3
35
35
env :
36
36
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
37
37
SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
45
45
arguments : -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
46
46
- name : Publish Documentation
47
47
if : success()
48
- uses : gradle/gradle-build-action@v2
48
+ uses : gradle/gradle-build-action@v3
49
49
with :
50
50
arguments : :grails-redis:groovydoc
51
51
env :
You can’t perform that action at this time.
0 commit comments