mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-05-31 20:51:40 +02:00
feat: add beta release and rollback workflows with cosign signing
This commit is contained in:
@@ -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.]*)
|
||||
|
||||
Reference in New Issue
Block a user