forked from DGNum/colmena
.github: Fix substitution in manual deployment
This commit is contained in:
parent
2957b31e4e
commit
052c6795f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
# == Redirect Farm
|
||||
# /future_api_version -> /unstable
|
||||
- name: Check future API version
|
||||
run: echo "api_version=${nix eval .#colmena.apiVersion}" >> $GITHUB_ENV
|
||||
run: echo "api_version=$(nix eval .#colmena.apiVersion)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build redirect farm
|
||||
run: nix build -o out .#manual.redirectFarm -L
|
||||
|
|
Loading…
Reference in a new issue