diff --git a/packages/@o3r/pipeline/schematics/ng-add/templates/github/__dot__github/workflows/main.yml b/packages/@o3r/pipeline/schematics/ng-add/templates/github/__dot__github/workflows/main.yml index 2bc1f6b76f..3f87847fa4 100644 --- a/packages/@o3r/pipeline/schematics/ng-add/templates/github/__dot__github/workflows/main.yml +++ b/packages/@o3r/pipeline/schematics/ng-add/templates/github/__dot__github/workflows/main.yml @@ -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 }}