README: use tagged release #17
Loading…
Reference in a new issue
No description provided.
Delete branch "cole-h-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes https://github.com/DeterminateSystems/nix-installer-action/issues/15.
@ -17,3 +17,3 @@
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v1
- name: Run `nix build`
Let's add a checklist item in the PR template that says update the version if the PR is making a release.
@ -17,3 +17,3 @@
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v1
- name: Run `nix build`
Guess we should add a PR template first, then... ;P