File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build snapshot with Gradle
36
36
uses : gradle/gradle-build-action@v2
37
37
with :
38
- arguments : build snapshot --stacktrace -PenableCoverage=true
38
+ arguments : build integrationTests snapshot --stacktrace -PenableCoverage=true -PlocalDocker =true
39
39
env :
40
40
PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
41
41
PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ jobs:
35
35
- name : Build release with Gradle
36
36
uses : gradle/gradle-build-action@v2
37
37
with :
38
- arguments : build jib final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} --stacktrace
38
+ arguments : build integrationTests final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} -PlocalDocker=true --stacktrace
39
39
env :
40
40
PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
41
41
PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
42
42
GRGIT_USER : ${{ secrets.GITHUB_TOKEN }}
43
- COMMIT_HASH : ${{ github.event.inputs.version }}
44
43
GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
45
44
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
46
45
You can’t perform that action at this time.
0 commit comments