Skip to content

Commit 6629672

Browse files
committed
Fix invalid pre release string
1 parent 9b5948b commit 6629672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21-
- "v1.1.0-beta.1"
21+
- "v1.1.0-beta.2"
2222
- "v1.0.2"
2323
- "v1.0.1"
2424
validations:

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
243243

244244
# Prerelease string of this module
245-
Prerelease = 'beta.1'
245+
Prerelease = 'beta2'
246246

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

0 commit comments

Comments
 (0)