Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 86e69db

Browse files
committed
Echo release version
1 parent cfd56d2 commit 86e69db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
if: steps.cache-dependencies.cache-hit != 'true'
3131
run: poetry install
3232

33+
- run: echo 'release ${{ github.event.release.name }}''
34+
3335
- name: Authenticate to PyPI
3436
run:
3537
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }};

0 commit comments

Comments
 (0)