publish libs only on main branch
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m8s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m8s
This commit is contained in:
parent
e9da1d0fae
commit
5a98e9261f
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ jobs:
|
||||||
- name: Make maven wrapper executable
|
- name: Make maven wrapper executable
|
||||||
run: chmod +x mvnw
|
run: chmod +x mvnw
|
||||||
|
|
||||||
- name: Run tests
|
- name: Build and run tests
|
||||||
run: ./mvnw verify
|
run: ./mvnw verify
|
||||||
|
|
||||||
- name: Upload libs to Gitea Maven Registry
|
- name: Upload libs to Gitea Maven Registry
|
||||||
if: gitea.ref == 'refs/heads/main' || gitea.ref == 'refs/heads/dev'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
Loading…
Add table
Add a link
Reference in a new issue