File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ 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 command : ${{ steps.check-release.outputs.command }}
5757 node-version : 18
5858 cache : pnpm
5959 - run : pnpm install --frozen-lockfile
60- - name : " Generate Explanation and Prep Changelogs"
60+ - name : ' Generate Explanation and Prep Changelogs'
6161 id : explanation
6262 run : |
6363 set +e
8383 - uses : peter-evans/create-pull-request@v7
8484 with :
8585 commit-message : " Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
86- labels : " internal"
86+ labels : ' internal'
8787 branch : release-preview
8888 title : Prepare Release ${{ steps.explanation.outputs.new_version }}
8989 body : |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919jobs :
2020 publish :
21- name : " NPM Publish"
21+ name : ' NPM Publish'
2222 runs-on : ubuntu-latest
2323 permissions :
2424 contents : write
You can’t perform that action at this time.
0 commit comments