Skip to content

Commit

Permalink
fix: missing quote (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Alc-Alc <alc@localhost>
  • Loading branch information
Alc-Alc and Alc-Alc committed Jun 21, 2024
1 parent ed8934b commit 334ac17
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 @@ -30,7 +30,7 @@ jobs:
env:
CURRENT_VERSION: 2.6
run: |
sed -Ei "s/(\"title\": \"Litestar )[[:digit:].]*( has just been released!)\"/\1${{ steps.latest_release.outputs.version }}\2/" page/conf.py
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
- name: Update workflow file
Expand Down

0 comments on commit 334ac17

Please sign in to comment.