Skip to content

Commit

Permalink
(CI) fixing postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 18, 2024
1 parent e1d88a4 commit 1e0bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locale-and-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get postgres version
run: |
sudo service postgresql start
pgver=$(psql --version | grep -Po '(?<=psql \(PostgreSQL\) )[^;]+(?=\.\d \()')
pgver=$(psql --version | grep -Po '(?<=psql \(PostgreSQL\) )[^;]+(?=\.\d+ \()')
echo "PGVER=${pgver}" >> $GITHUB_ENV
echo "PGIS=3" >> $GITHUB_ENV
Expand Down

0 comments on commit 1e0bd95

Please sign in to comment.