-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,11 +75,6 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "Node.js GitHub Bot" | ||
# Workaround, can be removed after https://github.com/nodejs/node-core-utils/pull/876 is released. | ||
- name: Deepen the shallow clone | ||
run: | | ||
git fetch "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" --shallow-exclude "v${RELEASE_LINE}.0.0" "$STAGING_BRANCH" | ||
- name: Start git node release prepare | ||
# The curl command is to make sure we run the version of the script corresponding to the current workflow. | ||
run: | | ||
|
@@ -88,5 +83,5 @@ jobs: | |
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}" | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
# We want the bot to push the push the release commit so Ci runs on it. | ||
# We want the bot to push the push the release commit so CI runs on it. | ||
BOT_TOKEN: ${{ secrets.GH_USER_TOKEN }} |