File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 find : ${{ github.event.inputs.previousRelease }}
2121 replace : ${{ github.event.inputs.targetRelease }}
22- regex : false
23- - name : Create Release Pull Request
24- uses : peter-evans/create-pull-request@v3
25- with :
26- commit-message : ' chore: prep release ' + ${{ github.event.inputs.targetRelease }}
27- token : ${{ secrets.RELEASE }}
28- committer :
Release bot <[email protected] > 29- author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
30- signoff : false
31- branch : prep-release-${{ github.event.inputs.targetRelease }}
32- delete-branch : true
33- title : ' chore: Prep release ' + ${{ github.event.inputs.targetRelease }}
34- body : |
35- - Auto-generated release prep pull request for version ${{ github.event.inputs.targetRelease }}
22+ regex : false
You can’t perform that action at this time.
0 commit comments