Skip to content

Commit 4f0eec5

Browse files
committed
Fix release script
1 parent 3571200 commit 4f0eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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)
35+
PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]*' CMakeLists.txt)
3636
FULL_VERSION="${PGROUTING_VERSION}${PGROUTING_VERSION_DEV}"
3737
echo "PGVER=${PGVER}" >> $GITHUB_ENV
3838
echo "PGPORT=5432" >> $GITHUB_ENV

0 commit comments

Comments
 (0)