From 171cdde14bd2fb172130be2a5bcef20b650ed0d7 Mon Sep 17 00:00:00 2001 From: Andrea Di Lisio Date: Mon, 8 Jan 2024 11:02:38 +0100 Subject: [PATCH] bugfix(EWT-389): CI fix (#265) --- .github/workflows/workflow-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-main.yml b/.github/workflows/workflow-main.yml index 9e13ee25..ace517f2 100644 --- a/.github/workflows/workflow-main.yml +++ b/.github/workflows/workflow-main.yml @@ -30,7 +30,7 @@ jobs: release: name: Release to Maven Central runs-on: ubuntu-latest - needs: acceptance-tests + needs: [build-test-coverage, acceptance-tests] steps: - uses: actions/checkout@v4 with: @@ -45,7 +45,7 @@ jobs: uses: gradle/wrapper-validation-action@v1 - name: Create tag id: create_tag - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ needs.build-test-coverage.outputs.project_version }}