fix determinate version
All checks were successful
Update Determinate Nix binary / update_lockfile (push) Successful in 54s
All checks were successful
Update Determinate Nix binary / update_lockfile (push) Successful in 54s
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
c2a2e77622
commit
1055787353
2
.github/workflows/flake-update.yml
vendored
2
.github/workflows/flake-update.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
echo "DETERMINATE_URL="$(printf "$final_url") | tee -a $GITHUB_ENV
|
||||
|
||||
determinate_version=$(echo $final_url | sed -E -e 's/.*(v[0-9.]+).*/\1/g')
|
||||
echo "DETERMINATE_VESION=$(echo $determinate_version)" | tee -a $GITHUB_ENV
|
||||
echo "DETERMINATE_VERSION=$(echo $determinate_version)" | tee -a $GITHUB_ENV
|
||||
|
||||
binary_name=$(echo $final_url | sed -E -e 's/.*\/(.*)/\1/g')
|
||||
echo "DETERMINATE_BINARY=$(echo $binary_name)" | tee -a $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user