Skip to content

Commit 94c1e21

Browse files
committed
ichore: trigger release and publish at same time
1 parent 6d267a1 commit 94c1e21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-nix-pgupgrade-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
SLACK_COLOR: 'danger'
8383
SLACK_MESSAGE: 'Publishing pg_upgrade scripts failed'
8484
SLACK_FOOTER: ''
85-
#TODO Remove this comment
85+
#TODO Remove this comment
8686
publish-prod:
8787
needs: prepare
8888
runs-on: ubuntu-latest

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.010-staging5"
15-
postgres16: "16.3.1.016-staging5"
14+
postgres15: "15.8.1.010-staging6"
15+
postgres16: "16.3.1.016-staging6"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)