Skip to content

Commit

Permalink
fix: incompatible toml-editor version in release workflow (2) (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed May 25, 2024
1 parent cc7cfab commit 15ca15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: PYPI_TOKEN="${{ secrets.PYPI_TOKEN }}" make publish

- name: Set development project version
uses: ciiiii/toml-editor@1.0.0
uses: sandstromviktor/toml-editor@2.0.0
with:
file: pyproject.toml
key: tool.poetry.version
Expand Down

0 comments on commit 15ca15b

Please sign in to comment.