File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ concurrency:
1616
1717jobs :
1818 is-this-a-release :
19- name : ' Is this a release?'
19+ name : Is this a release?
2020 runs-on : ubuntu-latest
2121 outputs :
2222 is-release : ${{ steps.check-release.outputs.is-release }}
2323 steps :
24- -
uses :
kategengler/actions/release-plan/[email protected] .4 24+ -
uses :
kategengler/actions/release-plan/[email protected] .7 2525 with :
2626 ref : ' main'
2727 id : check-release
@@ -45,19 +45,21 @@ jobs:
4545 (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646 )
4747 steps :
48- -
uses :
kategengler/actions/release-plan/[email protected] 48+ -
uses :
kategengler/actions/release-plan/[email protected] 49+ name : Run release-plan prepare
4950 with :
5051 ref : ' main'
5152 env :
5253 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
5354 id : explanation
5455
5556 - uses : peter-evans/create-pull-request@v7
57+ name : Create Prepare Release PR
5658 with :
57- commit-message : " Prepare Release ${{ steps.explanation.outputs.new_version }} using 'release-plan'"
59+ commit-message : " Prepare Release ${{ steps.explanation.outputs.new-version }} using 'release-plan'"
5860 labels : ' internal'
5961 branch : release-preview
60- title : Prepare Release ${{ steps.explanation.outputs.new_version }}
62+ title : Prepare Release ${{ steps.explanation.outputs.new-version }}
6163 body : |
6264 This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍
6365
You can’t perform that action at this time.
0 commit comments