Skip to content

Commit

Permalink
Add cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 9, 2021
1 parent 9632735 commit 0e07bd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "release"

on:
push:
branches:
- "main"
release:
types: [created]

jobs:
release:
Expand All @@ -14,6 +13,10 @@ jobs:
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-21.05
- uses: cachix/cachix-action@v10
with:
name: ninegua
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: make nix-build
- uses: skx/github-action-publish-binaries@master
env:
Expand Down

0 comments on commit 0e07bd6

Please sign in to comment.