Skip to content

Commit a874a6e

Browse files
build: tweak the GH Actions
Signed-off-by: Andreas Reichel <[email protected]>
1 parent b5b242a commit a874a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
MAVEN_PASSWORD: ${{ secrets.OSSRHPASSWORD }}
5050

5151
gradle_publish:
52-
needs: gradle_check
52+
needs: maven_verify
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@main
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build with Gradle
6464
uses: gradle/actions/setup-gradle@main
6565
- name: Publish with Gradle
66-
run: ./gradlew publish
66+
run: ./gradlew clean publish --no-build-cache
6767
env:
6868
ossrhUsername: ${{ secrets.OSSRHUSERNAME }}
6969
ossrhPassword: ${{ secrets.OSSRHPASSWORD }}

0 commit comments

Comments
 (0)