diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 5f40212b0c..f94cf139df 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -92,7 +92,6 @@ jobs: 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 9477ec389e..a09873abb4 100755 --- a/scripts/check-release.sh +++ b/scripts/check-release.sh @@ -2,11 +2,11 @@ set -e -yarn yarn run lint yarn run test:report cd frontend +yarn yarn run ts:check yarn run lint:check yarn run fmt:check