Skip to content

Commit 86d016b

Browse files
committed
Fix release script
1 parent b64be49 commit 86d016b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
sudo service postgresql start
3333
PGVER=$(psql --version | grep -Po '(?<=psql \(PostgreSQL\) )[^;]+(?=\.\d+ \()')
3434
PGROUTING_VERSION=$(grep -Po '(?<=project\(PGROUTING VERSION )[^;]+' CMakeLists.txt)
35+
PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]*' CMakeLists.txt)
36+
FULL_VERSION="${PGROUTING_VERSION}${PGROUTING_VERSION_DEV}"
3537
echo "PGVER=${PGVER}" >> $GITHUB_ENV
3638
echo "PGPORT=5432" >> $GITHUB_ENV
3739
echo "PGIS=3" >> $GITHUB_ENV

0 commit comments

Comments
 (0)