Skip to content

Commit

Permalink
trying different changed to get create pull request working
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed Oct 28, 2024
1 parent 5177117 commit 014c21b
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 @@ -35,12 +35,12 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: release/${{inputs.new_version}}
commit-message: 'Release v${{inputs.new_version}}'
title: 'Release v${{inputs.new_version}}'
body: >
This PR is auto-generated by
[create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: release, automated pr
base: main


0 comments on commit 014c21b

Please sign in to comment.