Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 4, 2023
1 parent 4938314 commit 5d748e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]"
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
- name: Build release
run: |
Expand Down

0 comments on commit 5d748e3

Please sign in to comment.