Skip to content

Commit

Permalink
Update Litestar version to v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored and github-actions[bot] committed Apr 10, 2024
1 parent 3fa8eb8 commit 0cfc8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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
- 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
Expand Down

0 comments on commit 0cfc8df

Please sign in to comment.