Skip to content

Commit

Permalink
fixup! build: add create release proposal action
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Nov 18, 2024
1 parent 94b329e commit def0419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
branch: ${{ env.STAGING_BRANCH }}
ref: ${{ env.STAGING_BRANCH }}
# Needs the whole git history for ncu to work
# See https://github.com/nodejs/node-core-utils/pull/486
fetch-depth: 0
Expand Down
1 change: 1 addition & 0 deletions tools/actions/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -xe
RELEASE_DATE=$1
RELEASE_LINE=$2

git branch
git node release --prepare --skipBranchDiff
# We use it to not specify the branch name as it changes based on
# the commit list (semver-minor/semver-patch)
Expand Down

0 comments on commit def0419

Please sign in to comment.