From 0cfc8df498ee3c34c3e2570f62b99ab32cc34887 Mon Sep 17 00:00:00 2001 From: JacobCoffee <45884264+JacobCoffee@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:01:34 +0000 Subject: [PATCH] Update Litestar version to v2.8.2 --- .github/workflows/update-toast.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-toast.yml b/.github/workflows/update-toast.yml index aa925a9..6298f97 100644 --- a/.github/workflows/update-toast.yml +++ b/.github/workflows/update-toast.yml @@ -28,7 +28,7 @@ jobs: - name: Update conf.py if: steps.latest_release.outputs.version != env.CURRENT_VERSION env: - CURRENT_VERSION: v2.8.2 + CURRENT_VERSION: v2.8.2v2.8.2 run: | sed -i "s/Litestar $CURRENT_VERSION/Litestar ${{ steps.latest_release.outputs.version }}/g" conf.py sed -i "s|/release-notes/changelog.html#$CURRENT_VERSION|/release-notes/changelog.html#${{ steps.latest_release.outputs.version }}|g" conf.py @@ -36,7 +36,7 @@ jobs: - name: Update workflow file if: steps.latest_release.outputs.version != env.CURRENT_VERSION run: | - sed -i "s/CURRENT_VERSION: $CURRENT_VERSION/CURRENT_VERSION: ${{ steps.latest_release.outputs.version }}/g" .github/workflows/update-toast.yml + sed -i "s/CURRENT_VERSION: v2.8.2$CURRENT_VERSION/CURRENT_VERSION: v2.8.2${{ steps.latest_release.outputs.version }}/g" .github/workflows/update-toast.yml - name: Create pull request if: steps.latest_release.outputs.version != env.CURRENT_VERSION