Skip to content

Commit 51f8691

Browse files
committed
release: use the nix flake to pin versions
1 parent 494bcd1 commit 51f8691

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
shell: nix develop --command bash {0}
1013
permissions:
1114
contents: write
1215
steps:

0 commit comments

Comments
 (0)