mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
ci: tag releases automatically
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964dc061848bfbda520a4e311c3f9558557
This commit is contained in:
parent
2bbd8d11c2
commit
7857dc2d2d
2 changed files with 22 additions and 2 deletions
5
.github/workflows/nix-cache.yaml
vendored
5
.github/workflows/nix-cache.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
populate-cache:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "CHeckout"
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
|
@ -25,4 +25,5 @@ jobs:
|
|||
name: nyx
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix build
|
||||
- name: "Build with Nix"
|
||||
run: nix build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue