Skip to content

Commit 422f74b

Browse files
committed
fix: quote correction
1 parent 9a9b7f5 commit 422f74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6868
- name: Generate common-nix.vars.pkr.hcl
6969
run: |
70-
PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml)
70+
PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
7171
echo "postgres-version = \"$PG_VERSION\"" > common-nix.vars.pkr.hcl
7272
7373
- name: Build AMI stage 1

0 commit comments

Comments
 (0)