staging: prepare new branch for alpha release channels and high velocity development

This commit is contained in:
mahee96
2026-02-24 13:04:44 +05:30
parent 3961688b73
commit 1449f8c74f
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ name: Alpha SideStore Build
on:
push:
branches: [alpha]
branches: [staging]
workflow_dispatch:
concurrency:
@@ -40,7 +40,7 @@ jobs:
run: |
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commit-id)
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
"$MARKETING_VERSION" \

View File

@@ -42,7 +42,7 @@ jobs:
run: |
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id)
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commit-id)
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
"$MARKETING_VERSION" \