Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Aug 12, 2024
1 parent bf5b7e7 commit 2841b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git checkout -B release/${{ steps.release-step.outputs.version }}
- name: Open PR for release branch
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6.1.0
with:
title: "Release - $(date +'%Y-%m-%d')"
body: "This PR contains the latest release changes."
Expand Down

0 comments on commit 2841b66

Please sign in to comment.