We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2869c49 commit 71e34e3Copy full SHA for 71e34e3
.github/workflows/build-postgres.yaml
@@ -6,7 +6,7 @@ on:
6
tag:
7
description: "postgres tag to build in the format REL_<MAJOR>_<MINOR>"
8
required: true
9
- default: REL_17_RC1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
+ default: REL_17_0 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
10
workflow_call:
11
inputs:
12
.github/workflows/on-push.yaml
@@ -8,4 +8,4 @@ jobs:
call-build:
uses: ./.github/workflows/build-postgres.yaml
with:
- tag: REL_17_RC1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
+ tag: REL_17_0 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
0 commit comments