ci: add the missing nix installation step for release workflow

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964d99e447844d397624ae79d26e6e81817
This commit is contained in:
raf 2025-09-19 14:13:05 +03:00
commit a70c7d7014
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -15,6 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Read version
run: |
echo -n "stash_version=v" >> "$GITHUB_ENV"