File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4141 # Needs the whole git history for ncu to work
4242 # See https://github.com/nodejs/node-core-utils/pull/486
4343 fetch-depth : 0
44- token : ${{ secrets.GH_USER_TOKEN }}
4544
4645 # Install dependencies
4746 - name : Install Node.js
5958
6059 - name : Configure @node-core/utils
6160 run : |
62- ncu-config set branch ${{ env. RELEASE_BRANCH }}
61+ ncu-config set branch "${ RELEASE_BRANCH}"
6362 ncu-config set upstream origin
6463 ncu-config set username "$USERNAME"
6564 ncu-config set token "$GH_TOKEN"
7271 JENKINS_TOKEN : ${{ secrets.JENKINS_TOKEN }}
7372
7473 - name : Start git node release prepare
75- run : ./tools/actions/create-release.sh ${{ inputs.RELEASE_DATE }}
74+ run : |
75+ ./tools/actions/create-release.sh "${RELEASE_DATE}"
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ git node release --prepare --skipBranchDiff
88# We use it to not specify the branch name as it changes based on
99# the commit list (semver-minor/semver-patch)
1010git config push.default current
11- git push upstream
1211echo " /## $RELEASE_DATE /,/^<a id=/{ if (!/^<a id=/) print }" > temp.awk
1312awk -f temp.awk doc/changelogs/CHANGELOG_V23.md > pr-body.md
1413gh pr create --body-file pr-body.md
You can’t perform that action at this time.
0 commit comments