From 744a58babfb825df5b3b569c2d8e9ec8fc4b9d4c Mon Sep 17 00:00:00 2001 From: ttl33 <19664986+ttl33@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:16:47 -0500 Subject: [PATCH] Use release env for release github workflow (#2608) --- .github/workflows/protocol-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/protocol-release.yml b/.github/workflows/protocol-release.yml index 66cb9527ca..6477838dc0 100644 --- a/.github/workflows/protocol-release.yml +++ b/.github/workflows/protocol-release.yml @@ -120,6 +120,9 @@ 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