Skip to content

Commit 51f05a3

Browse files
committed
fix: narrow down the vars needed
1 parent ebb97e0 commit 51f05a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
# tar xvf /tmp/extensions.tar -C ansible/files/extensions --strip-components 1
6666
# TODO remove this block as extensions are build in nix prior to this step
6767

68-
- id: version
69-
run: echo "${{ steps.args.outputs.result }}" | grep "postgresql" >> "$GITHUB_OUTPUT"
68+
# - id: version
69+
# run: echo "${{ steps.args.outputs.result }}" | grep "postgresql" >> "$GITHUB_OUTPUT"
7070
# - name: Build Postgres deb
7171
# uses: docker/build-push-action@v5
7272
# with:

0 commit comments

Comments
 (0)