Skip to content

Commit

Permalink
bugfix(EWT-389): CI fix (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 authored Jan 8, 2024
1 parent 55ff477 commit 171cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 171cdde

Please sign in to comment.