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