Skip to content

Commit f2bdb20

Browse files
committed
AEA-5986 Add PyPI values to env to create semantic release tag step.
1 parent 5d1c232 commit f2bdb20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ jobs:
341341
TAG_FORMAT: ${{ inputs.tag_format }}
342342
MAIN_BRANCH: ${{ inputs.main_branch }}
343343
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}
344+
PYPI_PUBLISH: ${{ inputs.pypi_publish }}
345+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
344346
run: |
345347
npx semantic-release --tag-format "${TAG_FORMAT}"
346348

0 commit comments

Comments
 (0)