1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-03 20:18:31 -04:00

refactor(workflows): update release refs to stable in CI configurations

Port 1.5

(cherry picked from commit 406dcfe110)
This commit is contained in:
purian23
2026-07-12 15:23:04 -04:00
committed by dms-ci[bot]
parent 59d367f4a4
commit ee6c91e094
8 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: Point release
# Cuts vX.Y.Z from release/X.Y: runs the port audit (warn-only), bumps
# Cuts vX.Y.Z from stable-X.Y: runs the port audit (warn-only), bumps
# quickshell/VERSION, tags, and dispatches the Release workflow. Distro
# builds are dispatched separately.
@@ -33,7 +33,7 @@ jobs:
if [[ ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::version must be X.Y.Z (got '$VERSION')"; exit 1
fi
echo "branch=release/${VERSION%.*}" >> "$GITHUB_OUTPUT"
echo "branch=stable-${VERSION%.*}" >> "$GITHUB_OUTPUT"
echo "tag=v${VERSION}" >> "$GITHUB_OUTPUT"
- name: Create GitHub App token