mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
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:
parent
301a678f56
commit
a70c7d7014
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue