Skip to content

Commit 77b57a5

Browse files
author
Brynley Llewellyn-Roux
committed
fix: prevent dirty lock file
1 parent c18e3f9 commit 77b57a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Dry run
28-
run: nix build .#docker --dry-run
28+
run: nix build .#docker --dry-run --no-update-lock-file
2929

3030
check-build:
3131
name: "Check / Build"

0 commit comments

Comments
 (0)