Fix task 8
Gitea Test Publishing / Build-Project (push) Successful in 1m24s
Details
Gitea Test Publishing / Build-Project (push) Successful in 1m24s
Details
This commit is contained in:
parent
efda10fc22
commit
ec6d5b9f9e
|
|
@ -16,4 +16,6 @@ jobs:
|
||||||
- name: Test project
|
- name: Test project
|
||||||
run: ./gradlew test
|
run: ./gradlew test
|
||||||
- name: Publish project
|
- name: Publish project
|
||||||
run: ./gradlew publishAllPublicationsToGiteaRepository
|
run: ./gradlew publishAllPublicationsToGiteaRepository
|
||||||
|
env:
|
||||||
|
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
Loading…
Reference in New Issue