Update ci.yml: adjust check-and-publish dependencies to run after tests instead of release creation
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user