Add PG_MAJOR as Github Env Var

pull/7154/head
Gokhan Gulbiz 2023-08-17 14:18:03 +03:00
parent 4dd0a8aa62
commit 5afb9a1496
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3.5.0
- name: Configure, Build, and Install
run: |
echo $PG_MAJOR
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
./ci/build-citus.sh
shell: bash
- uses: actions/upload-artifact@v3.1.1