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
  • Loading branch information
vscaiceanu-1a committed Nov 4, 2024
1 parent ca17508 commit 339639e
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 339639e

Please sign in to comment.