feat: add beta release and rollback workflows with cosign signing

This commit is contained in:
ezl-keygraph
2026-03-18 21:35:33 +05:30
parent a513aad161
commit 167f3c3ccd
3 changed files with 277 additions and 2 deletions
+3 -2
View File
@@ -31,11 +31,12 @@ jobs:
- name: Validate target version
id: target
shell: bash
env:
RAW_VERSION: ${{ inputs.version }}
run: |
set -euo pipefail
VERSION="${{ inputs.version }}"
VERSION="${VERSION#v}"
VERSION="${RAW_VERSION#v}"
case "$VERSION" in
''|*[!0-9.]*)