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 d5733c4393..135895a60b 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - 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 }}