Add installDist step before release step.
All checks were successful
Ssg Check, Publish, and Release / ci (push) Successful in 2m50s
All checks were successful
Ssg Check, Publish, and Release / ci (push) Successful in 2m50s
This commit is contained in:
parent
1826b9bc58
commit
e97381687a
@ -18,7 +18,9 @@ jobs:
|
|||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
- name: Publish to git.jessebrault.com
|
- name: Publish to git.jessebrault.com
|
||||||
run: ./gradlew publishAllPublicationsToGiteaRepository
|
run: ./gradlew publishAllPublicationsToGiteaRepository
|
||||||
- name: Release to git.jessebrault.com
|
- name: Create install distribution
|
||||||
|
run: ./gradlew installDist
|
||||||
|
- name: Release cli to git.jessebrault.com
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
|
Loading…
Reference in New Issue
Block a user