Skip to content

Commit

Permalink
Update Litestar version to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut authored and github-actions[bot] committed Sep 21, 2024
1 parent 474d83e commit 3bee2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Update docs/conf.py
if: steps.latest_release.outputs.version != env.CURRENT_VERSION
env:
CURRENT_VERSION: 2.11.0
CURRENT_VERSION: 2.12.1
run: |
sed -Ei "s/(\"title\": \"Litestar )[[:digit:].]*( has just been released!\")/\1${{ steps.latest_release.outputs.version }}\2/" page/conf.py
sed -Ei "s|(https://docs.litestar.dev/latest/release-notes/changelog.html#)[[:digit:].]*|\1${{ steps.latest_release.outputs.version }}|" page/conf.py
Expand Down

0 comments on commit 3bee2ce

Please sign in to comment.