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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user