We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4938314 commit 5d748e3Copy full SHA for 5d748e3
1 file changed
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
pipx install poetry==1.4.2
37
poetry config virtualenvs.in-project true
38
poetry install --with dev
39
- poetry self add "poetry-dynamic-versioning[plugin]"
+ poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
40
41
- name: Build release
42
run: |
0 commit comments