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 5
5
branches :
6
6
- develop
7
7
- release/*
8
+ - pcnc/*
8
9
paths :
9
10
- ' .github/workflows/publish-nix-pgupgrade-scripts.yml'
10
11
workflow_dispatch :
84
85
publish-prod :
85
86
needs : prepare
86
87
runs-on : ubuntu-latest
87
- if : github.ref_name == 'develop' || contains( github.ref, 'release' )
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