Skip to content

Commit

Permalink
Use release env for release github workflow (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttl33 authored Nov 25, 2024
1 parent 4eaca4a commit 744a58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/protocol-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744a58b

Please sign in to comment.