Update nix.yml
This commit is contained in:
parent
f643496416
commit
8d74418089
|
@ -29,7 +29,8 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: cachix/install-nix-action@v6
|
- uses: cachix/install-nix-action@v12
|
||||||
|
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: ./scripts/release.sh
|
run: ./scripts/release.sh
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue