diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ab5745b96938..9b9e79b4f39bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -180,7 +180,7 @@ jobs: - name: Test migrations from current ref to main run: | - make test-migrations + POSTGRES_VERSION=13 make test-migrations # Setup GCloud for signing Windows binaries. - name: Authenticate to Google Cloud