Skip to content

Commit

Permalink
Revert "Fix another releaser typo (#591)"
Browse files Browse the repository at this point in the history
This reverts commit 04f1c21.
  • Loading branch information
WebSpider authored Jan 28, 2025
1 parent 04f1c21 commit 131608a
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 @@ -34,7 +34,7 @@ jobs:
- name: Update version in pyproject.toml
if: ${{ github.event_name == 'release' && github.event.release.draft == false && github.event.release.prerelease == false }}
run: |
sed -i 's/^version \= \".*\"/version \= \"${{ github.ref_name }}\"/' ./pyproject.toml
sed -i 's/^version \= \".*\"/version \= \"${{ github.ref_name }}\"/' ./custom_components/myskoda/pyproject.toml
- name: Update version in const.py
if: ${{ github.event_name == 'release' && github.event.release.draft == false && github.event.release.prerelease == false }}
Expand Down

0 comments on commit 131608a

Please sign in to comment.