Update ci.yml: adjust check-and-publish dependencies to run after tests instead of release creation
CI - Test, Publish and Release / run-tests (push) Successful in 18s
CI - Test, Publish and Release / create-release (push) Successful in 18s
CI - Test, Publish and Release / check-and-publish (push) Successful in 13s

This commit is contained in:
CodingPhoenixx
2026-05-29 09:24:14 +02:00
parent 2bcf9117c7
commit d9b639a539
+1 -1
View File
@@ -179,7 +179,7 @@ jobs:
check-and-publish:
runs-on: java26
needs: create-release
needs: run-tests
env:
MAVEN_REPO_URL: ${{ secrets.MAVEN_REPO_URL }}
MAVEN_REPO_USER: ${{ secrets.MAVEN_REPO_USER }}