Back out release workflow changes from hotfix

This commit is contained in:
Ian McEwen
2024-12-20 14:59:26 -07:00
parent ff7dcc3afb
commit 843abe587f

View File

@@ -24,9 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip3 install poetry
#- name: Bump version
# run: >-
# poetry version patch
- name: Bump version
run: >-
poetry version patch
- name: Get version
id: get_version