fix: another
continuous-integration/drone/push Build is failing Details

This commit is contained in:
William Luke 2022-02-23 10:16:31 +03:00
parent 5366d1af93
commit d8739a71a6
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ steps:
image: python:3.7.2
commands:
# Install dependencies
- pip install poetry
- poetry install
- poetry run semantic-release publish
depends_on:
- test