Skip to content

Commit a6d01ff

Browse files
committed
chore: no longer need sudo
1 parent b15e36f commit a6d01ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nix-pgupgrade-bin-flake-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Checkout Repo
3939
uses: actions/checkout@v3
4040

41-
- uses: DeterminateSystems/nix-installer-action@main
41+
- uses: DeterminateSystems/nix-installer-action@main
4242

4343
- name: Grab release version
4444
id: process_release_version
4545
run: |
46-
VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
46+
VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
4747
VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
4848
if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
4949
VERSION=${{ inputs.postgresVersion }}

0 commit comments

Comments
 (0)