From efd6743ce47059e3e1625f0a7727be53991de217 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 22 Apr 2026 11:40:12 -0700 Subject: [PATCH] Revert nix version in cicd --- .github/workflows/cicd.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d8c516a..65c1756 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: