Skip to content

Commit 87afdb9

Browse files
committed
fix: yq is actually named yq-go in nixpkgs due to conflict
1 parent e46b6c8 commit 87afdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Generate common-nix.vars.pkr.hcl
4949
run: |
50-
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ env.POSTGRES_MAJOR_VERSION }}'"]' ansible/vars.yml)
50+
PG_VERSION=$(nix run nixpkgs#yq-go -- '.postgres_release["postgres'${{ env.POSTGRES_MAJOR_VERSION }}'"]' ansible/vars.yml)
5151
PG_VERSION=$(echo "$PG_VERSION" | tr -d '"') # Remove any surrounding quotes
5252
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
5353
# Ensure there's a newline at the end of the file

0 commit comments

Comments
 (0)