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

Commit 552f472

Browse files
authored
Merge pull request #17 from code-yeongyu/feature/clean-release
Remove echo code in release action
2 parents 926bfef + c368c4a commit 552f472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

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

33-
- run: echo 'release ${{ github.event.release.name }}'
34-
3533
- name: Publish to PyPI
3634
run:
3735
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }};

0 commit comments

Comments
 (0)