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" \

View File

@@ -450,7 +450,7 @@ COMMANDS = {
# ----------------------------------------------------------
# SHARED
# ----------------------------------------------------------
"commid-id" : (short_commit, 0, ""),
"commit-id" : (short_commit, 0, ""),
# ----------------------------------------------------------
# PROJECT INFO
@@ -534,4 +534,4 @@ def main():
sys.stdout.flush()
if __name__ == "__main__":
main()
main()