From 8c7d85f3fcc226f93ad6d459efc78ca9976c4b48 Mon Sep 17 00:00:00 2001 From: jayy04 <103467857+jayy04@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:35:47 -0500 Subject: [PATCH] Revert "Use release env for release github workflow (#2608)" (#2626) --- .github/workflows/protocol-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/protocol-release.yml b/.github/workflows/protocol-release.yml index 6477838dc05..66cb9527cae 100644 --- a/.github/workflows/protocol-release.yml +++ b/.github/workflows/protocol-release.yml @@ -120,9 +120,6 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | twine upload -r pypi dist/* - with: - ENVIRONMENT: release - secrets: inherit v4-proto-js-release: runs-on: ubuntu-latest