diff --git a/.github/workflows/collect-u18-binaries.yml b/.github/workflows/collect-u18-binaries.yml index 18917dd51..eb460b7bd 100644 --- a/.github/workflows/collect-u18-binaries.yml +++ b/.github/workflows/collect-u18-binaries.yml @@ -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: