chore(release): bump beta base version to 3.0.0

This commit is contained in:
ezl-keygraph
2026-09-02 00:34:24 +05:30
parent d7b9e6813c
commit 55a5881fe8
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
version:
description: "Beta version to roll back to (example: 2.0.0-beta.2)"
description: "Beta version to roll back to (example: 3.0.0-beta.2)"
required: true
type: string
@@ -31,7 +31,7 @@ jobs:
VERSION="${RAW_VERSION#v}"
if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+-beta\.[0-9]+$ ]]; then
echo "Version must be in format X.Y.Z-beta.N (e.g. 2.0.0-beta.2)"
echo "Version must be in format X.Y.Z-beta.N (e.g. 3.0.0-beta.2)"
exit 1
fi