From d9b639a5398ae8bdbcee79f4f6a8240b0fc2ff31 Mon Sep 17 00:00:00 2001 From: CodingPhoenixx Date: Fri, 29 May 2026 09:24:14 +0200 Subject: [PATCH] Update `ci.yml`: adjust `check-and-publish` dependencies to run after tests instead of release creation --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 46a3d14..b016dd1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 }}