Skip to content

Commit def0419

Browse files
committed
fixup! build: add create release proposal action
1 parent 94b329e commit def0419

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939
with:
40-
branch: ${{ env.STAGING_BRANCH }}
40+
ref: ${{ env.STAGING_BRANCH }}
4141
# Needs the whole git history for ncu to work
4242
# See https://github.com/nodejs/node-core-utils/pull/486
4343
fetch-depth: 0

tools/actions/create-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -xe
55
RELEASE_DATE=$1
66
RELEASE_LINE=$2
77

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

0 commit comments

Comments
 (0)