Update nix.yml
This commit is contained in:
parent
385d25c9f9
commit
1f7f32fcaf
|
@ -30,6 +30,7 @@ jobs:
|
||||||
needs: docker-build
|
needs: docker-build
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- uses: cachix/install-nix-action@v6
|
- uses: cachix/install-nix-action@v6
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: ./scripts/release.sh
|
run: ./scripts/release.sh
|
||||||
|
|
Loading…
Reference in New Issue