ci: only one maven run for build and deploy
Signed-off-by: Forgejo <forgejo@w9r.dev>
This commit is contained in:
parent
b53623ab11
commit
a004117946
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build package and populate staging area for deployment
|
- name: Build package and populate staging area for deployment
|
||||||
run: |
|
run: |
|
||||||
mvn -B --file pom.xml -PskipShadeAndCycloneDX package
|
mvn -B --file pom.xml -P skipShadeAndCycloneDX,publication deploy
|
||||||
mvn --file pom.xml -Ppublication
|
|
||||||
|
|
||||||
- name: "Run JReleaser (Assemble)"
|
- name: "Run JReleaser (Assemble)"
|
||||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue