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 559f2ee commit 8661b1dCopy full SHA for 8661b1d
.github/workflows/ami-release-nix.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
27
sudo chmod a+x /usr/local/bin/yq
28
+ echo "PATH=/usr/local/bin:$PATH" >> $GITHUB_ENV
29
30
- name: Set PostgreSQL versions
31
id: set-versions
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
64
- name: Run checks if triggered manually
65
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments