Skip to content

Commit 55397c3

Browse files
committed
chore: bump pg version
1 parent 7cb3e6e commit 55397c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-nix-pgupgrade-bin-flake-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
publish-prod:
5959
runs-on: ubuntu-latest
60-
if: github.ref_name == 'develop' || contains( github.ref, 'release' ) || contains( github.ref, 'pcnc/wrappers-15.6' )
60+
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
6161

6262
steps:
6363
- name: Checkout Repo

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.129-rc1"
1+
postgres-version = "15.6.1.130"

0 commit comments

Comments
 (0)