File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
publish-prod :
85
85
needs : prepare
86
86
runs-on : ubuntu-latest
87
- if : github.ref_name == 'develop' || contains( github.ref, 'release' )
87
+ if : github.ref_name == 'develop' || contains( github.ref, 'release' ) || github.ref_name == 'pcnc/add-helloworld-fdw-15.8prev'
88
88
89
89
strategy :
90
90
matrix :
@@ -101,7 +101,7 @@ jobs:
101
101
id : process_release_version
102
102
run : |
103
103
VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
104
- VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
104
+ VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
105
105
if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
106
106
VERSION=${{ inputs.postgresVersion }}
107
107
fi
You can’t perform that action at this time.
0 commit comments