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 f9e4a4d commit 8900939Copy full SHA for 8900939
.github/workflows/ami-release-nix.yml
@@ -108,6 +108,7 @@ jobs:
108
run: |
109
VERSION=$(cat common-nix.vars.pkr.hcl | sed -e 's/postgres-version = "\(.*\)"/\1/g')
110
echo "version=$VERSION" >> $GITHUB_OUTPUT
111
+ echo "::notice title=AMI Published::Postgres AMI version: $VERSION"
112
113
- name: Create nix flake revision tarball
114
0 commit comments