Skip to content

Commit

Permalink
build: tweak the GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
  • Loading branch information
manticore-projects committed Feb 6, 2025
1 parent b5b242a commit a874a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSSRHPASSWORD }}

gradle_publish:
needs: gradle_check
needs: maven_verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Build with Gradle
uses: gradle/actions/setup-gradle@main
- name: Publish with Gradle
run: ./gradlew publish
run: ./gradlew clean publish --no-build-cache
env:
ossrhUsername: ${{ secrets.OSSRHUSERNAME }}
ossrhPassword: ${{ secrets.OSSRHPASSWORD }}
Expand Down

0 comments on commit a874a6e

Please sign in to comment.