1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

ci: no flake version update

This commit is contained in:
bbedward
2025-11-13 18:38:47 -05:00
parent 1ce4ea5230
commit 4e45796ade

View File

@@ -129,7 +129,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Update VERSION and flake.nix
- name: Update VERSION
run: |
set -euo pipefail
git config user.name "github-actions[bot]"
@@ -142,10 +142,7 @@ jobs:
# Update VERSION file in quickshell/
echo "${version}" > quickshell/VERSION
# Update version in core/flake.nix
sed -i "s/version = \"[^\"]*\"/version = \"$version_no_v\"/" core/flake.nix
git add quickshell/VERSION core/flake.nix
git add quickshell/VERSION
if ! git diff --cached --quiet; then
git commit -m "chore: bump version to $version"