Add publish step
Build with cached gradle / Build-with-gradle (pull_request) Failing after 2m43s
Java Google Checkstyle / Checkstyle Linter (pull_request) Successful in 16s

This commit is contained in:
2026-01-24 00:37:54 -06:00
parent bddcc273cf
commit ebdc03b0b4
2 changed files with 55 additions and 1 deletions
+2 -1
View File
@@ -15,4 +15,5 @@ jobs:
# cache-dependency-path: | # optional
# sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties
- run: ./gradlew build --no-daemon
- run: ./gradlew build --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}"