We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3571200 commit 4f0eec5Copy full SHA for 4f0eec5
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
sudo service postgresql start
33
PGVER=$(psql --version | grep -Po '(?<=psql \(PostgreSQL\) )[^;]+(?=\.\d+ \()')
34
PGROUTING_VERSION=$(grep -Po '(?<=project\(PGROUTING VERSION )[^;]+' CMakeLists.txt)
35
- PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]+' CMakeLists.txt)
+ PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]*' CMakeLists.txt)
36
FULL_VERSION="${PGROUTING_VERSION}${PGROUTING_VERSION_DEV}"
37
echo "PGVER=${PGVER}" >> $GITHUB_ENV
38
echo "PGPORT=5432" >> $GITHUB_ENV
0 commit comments