diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 3deb469d7661..5f40212b0c05 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -91,6 +91,8 @@ jobs: git push --tags env: CI: true + TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres + DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres update-main-version: needs: build diff --git a/scripts/check-release.sh b/scripts/check-release.sh index e2bd75c3e7bf..4c28915974db 100755 --- a/scripts/check-release.sh +++ b/scripts/check-release.sh @@ -2,7 +2,6 @@ set -e -yarn yarn run lint yarn run test