diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b874051..46a3d14 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,6 @@ on: jobs: run-tests: runs-on: java26 - steps: - name: Checkout Code run: | @@ -44,7 +43,6 @@ jobs: create-release: runs-on: java26 - # Create the Gitea tag/release after tests pass, before publishing needs: run-tests env: API_BASE: ${{ github.server_url }}/api/v1/repos/${{ github.repository }} @@ -181,7 +179,6 @@ jobs: check-and-publish: runs-on: java26 - # Publish to the Maven repo after the Gitea release has been created needs: create-release env: MAVEN_REPO_URL: ${{ secrets.MAVEN_REPO_URL }}