fix: on tags
Some checks failed
Release / Distribution (push) Failing after 8s

This commit is contained in:
Georg K 2024-12-28 02:28:55 +03:00
parent 1f2ac30106
commit 5ead48ec92

View File

@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.12'
- name: Set version
run: export UPLOAD_VERSION=${{ gitea.ref_name }}
run: UPLOAD_VERSION=${{ gitea.ref_name }}
- name: Update version
run: sed -i -e "s/1.12.1/${UPLOAD_VERSION:1}/g" aiohttp_pydantic/__init__.py
- name: Install invoke