1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -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 }} token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Update VERSION and flake.nix - name: Update VERSION
run: | run: |
set -euo pipefail set -euo pipefail
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
@@ -142,10 +142,7 @@ jobs:
# Update VERSION file in quickshell/ # Update VERSION file in quickshell/
echo "${version}" > quickshell/VERSION echo "${version}" > quickshell/VERSION
# Update version in core/flake.nix git add quickshell/VERSION
sed -i "s/version = \"[^\"]*\"/version = \"$version_no_v\"/" core/flake.nix
git add quickshell/VERSION core/flake.nix
if ! git diff --cached --quiet; then if ! git diff --cached --quiet; then
git commit -m "chore: bump version to $version" git commit -m "chore: bump version to $version"