Skip to content

Commit b71ec72

Browse files
authored
Apply suggestions from code review
1 parent a2214e0 commit b71ec72

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
@@ -75,11 +75,6 @@ jobs:
7575
git config --local user.email "[email protected]"
7676
git config --local user.name "Node.js GitHub Bot"
7777
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-
8378
- name: Start git node release prepare
8479
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
8580
run: |
@@ -88,5 +83,5 @@ jobs:
8883
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8984
env:
9085
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.
9287
BOT_TOKEN: ${{ secrets.GH_USER_TOKEN }}

0 commit comments

Comments
 (0)