Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 15:15:42 +01:00 committed by GitHub
parent 1fc914327f
commit 9f40dab462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: