From 1492a32e72e7ed076c021adc8f3a580d79561fe7 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:38:24 -0500 Subject: [PATCH] Revert "Use release env for release github workflow (#2608)" (backport #2626) (#2627) Co-authored-by: jayy04 <103467857+jayy04@users.noreply.github.com> --- .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