Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Dec 3, 2024
1 parent a2214e0 commit b71ec72
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}

0 comments on commit b71ec72

Please sign in to comment.