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 2c2caee commit 5c10d2aCopy full SHA for 5c10d2a
.github/workflows/publish-pgupgrade-scripts.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Grab release version
24
id: process_release_version
25
run: |
26
- VERSION=$(sed -e 's/postgres-version = "\(.*\)"/\1/g' common.vars.pkr.hcl)
+ VERSION=$(grep 'postgres-version' common.vars.pkr.hcl | sed -e 's/postgres-version = "\(.*\)"/\1/g')
27
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
28
29
- name: Create a tarball containing pg_upgrade scripts
0 commit comments