README: use tagged release

This commit is contained in:
Cole Helbling 2023-03-02 10:37:43 -08:00 committed by GitHub
parent a2606f78c3
commit 610f32a473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v1
- name: Run `nix build`
run: nix build .
```