Skip to content

Commit

Permalink
Fix spelling of Regenerate in yaml (#46761)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Hallisey <[email protected]>
  • Loading branch information
azure-sdk and hallipr authored Oct 22, 2024
1 parent 9e4d98d commit fc7b3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/archetype-typespec-emitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
default: false

# Whether to regenerate sdk clients using the new emitter.
- name: ShouldRegenrate
- name: ShouldRegenerate
type: boolean
default: false

Expand Down Expand Up @@ -210,7 +210,7 @@ extends:

# Regenerate stage
# Responsible for regenerating the SDK code using the emitter package and the generation matrix.
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenrate) }}:
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenerate) }}:
- stage: Regenerate
dependsOn:
- Build
Expand Down

0 comments on commit fc7b3ae

Please sign in to comment.