Skip to content

Commit 0035942

Browse files
committed
Apply suggestions from code review
1 parent 32c035b commit 0035942

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/create-release-proposal.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
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: |
@@ -86,5 +81,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)