Skip to content

Commit 5d748e3

Browse files
committed
Fix build
1 parent 4938314 commit 5d748e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pipx install poetry==1.4.2
3737
poetry config virtualenvs.in-project true
3838
poetry install --with dev
39-
poetry self add "poetry-dynamic-versioning[plugin]"
39+
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
4040
4141
- name: Build release
4242
run: |

0 commit comments

Comments
 (0)