Skip to content

Commit

Permalink
fix: readd missing step to ubuntu 18 binary collection workflow (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Oct 24, 2023
1 parent 9af530f commit 4b42b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/collect-u18-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Grab release version
id: process_release_version
run: |
VERSION=$(sed -e 's/postgres-version = "\(.*\)"/\1/g' common.vars.pkr.hcl)
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- id: args
uses: mikefarah/yq@master
with:
Expand Down

0 comments on commit 4b42b3b

Please sign in to comment.