ci: do not run shade and cyclonedx on this pom
Signed-off-by: Forgejo <forgejo@w9r.dev>
This commit is contained in:
parent
94523fead3
commit
24ea986a7f
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ jobs:
|
|||
|
||||
- name: Build package and populate staging area for deployment
|
||||
run: |
|
||||
mvn -X -B --file pom.xml package
|
||||
mvn -X --file pom.xml -Ppublication
|
||||
mvn -B --file pom.xml -PskipShadeAndCycloneDX package
|
||||
mvn --file pom.xml -Ppublication
|
||||
|
||||
- name: "Run JReleaser (Assemble)"
|
||||
uses: https://github.com/jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # 2.4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue