Skip to content

Commit 4b42b3b

Browse files
authored
fix: readd missing step to ubuntu 18 binary collection workflow (#770)
1 parent 9af530f commit 4b42b3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/collect-u18-binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
- name: Checkout Repo
4040
uses: actions/checkout@v3
4141

42+
- name: Grab release version
43+
id: process_release_version
44+
run: |
45+
VERSION=$(sed -e 's/postgres-version = "\(.*\)"/\1/g' common.vars.pkr.hcl)
46+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
47+
4248
- id: args
4349
uses: mikefarah/yq@master
4450
with:

0 commit comments

Comments
 (0)