We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15e36f commit a6d01ffCopy full SHA for a6d01ff
.github/workflows/publish-nix-pgupgrade-bin-flake-version.yml
@@ -38,12 +38,12 @@ jobs:
38
- name: Checkout Repo
39
uses: actions/checkout@v3
40
41
- - uses: DeterminateSystems/nix-installer-action@main
+ - uses: DeterminateSystems/nix-installer-action@main
42
43
- name: Grab release version
44
id: process_release_version
45
run: |
46
- VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
+ VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
47
VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
48
if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
49
VERSION=${{ inputs.postgresVersion }}
0 commit comments