Skip to content

Commit c9e32e9

Browse files
committed
ci: fetch deps and set version for nightly
1 parent 3c1cc48 commit c9e32e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- uses: mlugg/setup-zig@v2
2020
with:
2121
version: "0.14.1"
22+
23+
- run: just deps expert
24+
- run: just deps engine
25+
- name: Set release version to latest rev
26+
run: sed -i "$ s/$/-$(git rev-parse --short HEAD)/" version.txt
2227
- run: just release-all
2328
env:
2429
MIX_ENV: prod

0 commit comments

Comments
 (0)