chore: fix ci
This commit is contained in:
parent
64bc7f69b1
commit
3805f3b9a8
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ jobs:
|
|||
MAVEN_CENTRAL_TOKEN: ${{ env.NEXUS_PASSWORD }}
|
||||
MAVEN_GPG_PASSPHRASE: ${{ env.GPG_PASSPHRASE }}
|
||||
run: |
|
||||
mvn -B --file pom.xml package
|
||||
mvn --file pom.xml -Ppublication^
|
||||
mvn -X -B --file pom.xml package
|
||||
mvn -X -B --file pom.xml -Ppublication^
|
||||
|
||||
- name: "Run JReleaser (Assemble)"
|
||||
uses: https://w9r.dev/actions/release-action@main
|
||||
|
|
Loading…
Add table
Reference in a new issue