Revert nix version in cicd

This commit is contained in:
Owen
2026-04-22 11:40:12 -07:00
parent 5d889fbc09
commit efd6743ce4

View File

@@ -110,15 +110,6 @@ jobs:
exit 1
fi
- name: Update version in flake.nix
shell: bash
env:
VERSION: ${{ inputs.version }}
run: |
set -euo pipefail
sed -i "s/version = \"[0-9]*\.[0-9]*\.[0-9]*\(-rc\.[0-9]*\)\?\"/version = \"$VERSION\"/" flake.nix
echo "Updated flake.nix version to $VERSION"
- name: Create and push tag
shell: bash
env: