File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 7373 git config --local user.email "[email protected] " 7474 git config --local user.name "Node.js GitHub Bot"
7575
76- # Workaround, can be removed after https://github.com/nodejs/node-core-utils/pull/876 is released.
77- - name : Deepen the shallow clone
78- run : |
79- git fetch "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" --shallow-exclude "v${RELEASE_LINE}.0.0" "$STAGING_BRANCH"
80-
8176 - name : Start git node release prepare
8277 # The curl command is to make sure we run the version of the script corresponding to the current workflow.
8378 run : |
8681 ./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8782 env :
8883 GH_TOKEN : ${{ github.token }}
89- # We want the bot to push the push the release commit so Ci runs on it.
84+ # We want the bot to push the push the release commit so CI runs on it.
9085 BOT_TOKEN : ${{ secrets.GH_USER_TOKEN }}
You can’t perform that action at this time.
0 commit comments