Skip to content

Commit

Permalink
fix(pipeline): release name is correctly computed based on latest tag (
Browse files Browse the repository at this point in the history
…#2398)

## Proposed change

In the CI generated by `@o3r/pipeline`, the step ID was incorrect
resulting in a wrong GitHub release name.

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
vscaiceanu-1a authored Nov 4, 2024
2 parents ca17508 + 339639e commit 57d295f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
contents: write
runs-on: <%= runner %>
outputs:
nextVersionTag: ${{ steps.new-version.outputs.nextVersionTag }}
nextVersionTag: ${{ steps.newVersion.outputs.nextVersionTag }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: New version
if: github.event_name != 'merge_group'
id: new-version
id: newVersion
uses: AmadeusITGroup/otter/tools/github-actions/new-version@<%= actionVersionString %>
with:
defaultBranch: ${{ env.DEFAULT_BRANCH }}
Expand Down

0 comments on commit 57d295f

Please sign in to comment.