From 9eedcc169a8a9269f9558ad32a0cc899f5c7440b Mon Sep 17 00:00:00 2001 From: hamzamahmood Date: Tue, 21 May 2024 12:03:24 +0500 Subject: [PATCH] ci: remove environment --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0baeaf5e..a631f6ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: release: name: Publish the npm package runs-on: ubuntu-latest - environment: Production + # environment: Production steps: - name: Checkout code uses: actions/checkout@v2