Add publish step
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user