Skip to content

Commit

Permalink
chore(release ci): add Eno lib version in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Dec 11, 2024
1 parent ea3abc8 commit 3989b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
tags: ${{ needs.check-version.outputs.release-version }}

create-release:
needs: [ check-version, publish-docker ]
needs: [ eno-lib, check-version, publish-docker ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -122,6 +122,6 @@ jobs:
tag_name: ${{ needs.check-version.outputs.release-version }}
target_commitish: ${{ github.head_ref || github.ref }}
name: ${{ needs.check-version.outputs.release-version }}
body: "Eno-WS XML version ${{ needs.check-version.outputs.release-version }}"
body: "Eno-WS XML version ${{ needs.check-version.outputs.release-version }} (Eno lib version ${{ needs.eno-lib.outputs.version }})"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3989b68

Please sign in to comment.