Skip to content

Commit

Permalink
Fix invalid pre release string
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Oct 9, 2022
1 parent 9b5948b commit 6629672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v1.1.0-beta.1"
- "v1.1.0-beta.2"
- "v1.0.2"
- "v1.0.1"
validations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'

# Prerelease string of this module
Prerelease = 'beta.1'
Prerelease = 'beta2'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $False
Expand Down

0 comments on commit 6629672

Please sign in to comment.