Skip to content

Commit e3a832d

Browse files
jfrochesamrose
authored andcommitted
feat: add notice message for published AMI version
Display the published postgres AMI version using GitHub Actions `::notice` annotation.
1 parent afe3766 commit e3a832d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
run: |
109109
VERSION=$(cat common-nix.vars.pkr.hcl | sed -e 's/postgres-version = "\(.*\)"/\1/g')
110110
echo "version=$VERSION" >> $GITHUB_OUTPUT
111+
echo "::notice title=AMI Published::Postgres AMI version: $VERSION"
111112
112113
- name: Create nix flake revision tarball
113114
run: |

0 commit comments

Comments
 (0)