Skip to content

Commit

Permalink
Fix approval workflows (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil authored Oct 20, 2022
1 parent 9af3d5d commit dd7aeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build snapshot with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build snapshot --stacktrace -PenableCoverage=true
arguments: build integrationTests snapshot --stacktrace -PenableCoverage=true -PlocalDocker=true
env:
PUBLISH_USERNAME: ${{ secrets.PUBLISH_USERNAME }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
- name: Build release with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build jib final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} --stacktrace
arguments: build integrationTests final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} -PlocalDocker=true --stacktrace
env:
PUBLISH_USERNAME: ${{ secrets.PUBLISH_USERNAME }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
COMMIT_HASH: ${{ github.event.inputs.version }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

Expand Down

0 comments on commit dd7aeb4

Please sign in to comment.