diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f777d21..b38676d 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -64,8 +64,6 @@ jobs: - name: "test and coverage" run: "pnpm run test:coverage" - env: - TEST_PROD_BUILD: "true" - name: "Prepare nx cache" shell: "bash"