Skip to content

Commit 843abe5

Browse files
committed
Back out release workflow changes from hotfix
1 parent ff7dcc3 commit 843abe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip3 install poetry
2626
27-
#- name: Bump version
28-
# run: >-
29-
# poetry version patch
27+
- name: Bump version
28+
run: >-
29+
poetry version patch
3030
3131
- name: Get version
3232
id: get_version

0 commit comments

Comments
 (0)