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