Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Aug 20, 2024
1 parent 0063f0b commit 7929a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Release Keep
id: release-step
uses: python-semantic-release/python-semantic-release@v9.4.0
uses: python-semantic-release/python-semantic-release@v9.8.7
with:
git_committer_name: Keep Release Bot
git_committer_email: [email protected]
Expand All @@ -34,7 +34,7 @@ jobs:
uses: peter-evans/[email protected]
with:
committer: Keep Release Bot <[email protected]>
title: "Release - $(date +'%Y-%m-%d')"
title: "Release - ${{ steps.release-step.outputs.version }}"
branch: release/${{ steps.release-step.outputs.version }}
body: "This PR contains the latest release changes."
draft: false
Expand Down

0 comments on commit 7929a02

Please sign in to comment.