From f30a0f27cacc6f26b9217ea12e71309e55f4a940 Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Thu, 21 Sep 2023 17:08:47 -0700 Subject: [PATCH] Use isolated environment for releasing process --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e380ea560..0993f5826 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -91,6 +91,7 @@ jobs: deploy: name: Deploy + environment: release runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') needs: [build]