Skip to content

Commit 2c86a4e

Browse files
committed
ci(deploy-bundle): add repository_name
1 parent 4d72bb2 commit 2c86a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-bundle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Official' && inputs.DRY_RUN == false )
217217
with:
218218
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
219+
repository_name: ${{ env.IMAGE_NAME }}
219220

220221
# #
221222
# Release › Pypi › Publish (Test)
@@ -227,6 +228,7 @@ jobs:
227228
if: ( github.event.inputs.PYPI_RELEASE_TYPE == 'Test' && inputs.DRY_RUN == false )
228229
with:
229230
pypi_token: ${{ secrets.PYPI_API_TEST_TOKEN }}
231+
repository_name: ${{ env.IMAGE_NAME }}
230232
repository_url: "https://test.pypi.org/legacy/"
231233

232234
# #

0 commit comments

Comments
 (0)