Skip to content

🚧Fix issue in prepare release workflow #278

@CalvinWilkinson

Description

@CalvinWilkinson

Complete The Item Below

  • I have updated the title without removing the 🚧 emoji.

Description

Fix an issue in the prepare-release.yml workflow where the job print_validate_workflow has logic in the powershell script that checks the type of release.

Fix shown below:

- if ($releaseType -ne 'preview' -and $releaseType -ne 'roduction') {
+ if ($releaseType -ne 'preview' -and $releaseType -ne 'production') {
  Write-Host "::error::The release type input must be either 'Preview' or 'Production'.";
  exit 1;
}

Acceptance Criteria

  • powershell code fixed in workflow job

ToDo Items

  • Change type labels added to this issue. Refer to the Change Type Labels section below.
  • Priority label added to this issue. Refer to the Priority Type Labels section below.
  • Issue linked to the correct milestone (if applicable).
  • Draft pull request

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Config Changes ⚙️config
Performance Improvements 🏎️performance
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions