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 5aa2981 commit 50b4b67Copy full SHA for 50b4b67
.github/workflows/ami-release-nix.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Run checks if triggered manually
57
if: ${{ github.event_name == 'workflow_dispatch' }}
58
run: |
59
- SUFFIX=$(nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
+ SUFFIX=$(. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
60
if [[ -z $SUFFIX ]] ; then
61
echo "Version must include non-numeric characters if built manually."
62
exit 1
0 commit comments