Update maven.yml
This commit is contained in:
parent
1fc914327f
commit
9f40dab462
1 changed files with 1 additions and 8 deletions
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
build_test:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
@ -31,13 +31,6 @@ jobs:
|
|||
name: packaged-jar
|
||||
path: target/*.jar
|
||||
|
||||
publish-job:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_test
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue