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 e0bb6c8 commit a8c05b0Copy full SHA for a8c05b0
.github/workflows/publish-nix-pgupgrade-scripts.yml
@@ -86,7 +86,7 @@ jobs:
86
publish-prod:
87
needs: prepare
88
runs-on: ubuntu-latest
89
- if: github.ref_name == 'develop' || contains( github.ref, 'release' )
+ if: github.ref_name == 'sam/publish-gh-actions' || contains( github.ref, 'release' )
90
91
strategy:
92
matrix:
ansible/vars.yml
@@ -11,8 +11,8 @@ postgres_major:
11
12
# Full version strings for each major version
13
postgres_release:
14
- postgres15: "15.8.1.010-staging1"
15
- postgres16: "16.3.1.016-staging1"
+ postgres15: "15.8.1.010-staging2"
+ postgres16: "16.3.1.016-staging2"
16
17
# Non Postgres Extensions
18
pgbouncer_release: "1.19.0"
0 commit comments