Fix: yaml syntax
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-06-27 11:59:40 +02:00
parent a8550712fe
commit d97914a3fd

View File

@@ -11,7 +11,7 @@ steps:
- name: build-and-publish
image: python:3.11
commands:
- echo "Tag: ${DRONE_TAG}"
- echo ${DRONE_TAG}
- sed -i "s/VERSION_PLACEHOLDER/${DRONE_TAG}/g" pyproject.toml
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"