Skip to content

Commit 4af58d8

Browse files
committed
fixup! fixup! build: add create release proposal action
1 parent 77e1843 commit 4af58d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
NODE_VERSION: lts/*
2626

2727
permissions:
28-
contents: read
28+
contents: write
2929

3030
jobs:
3131
releasePrepare:

tools/actions/create-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ fi
1212

1313
git config --local user.email "[email protected]"
1414
git config --local user.name "Node.js GitHub Bot"
15+
# git config --local user.email "[email protected]"
16+
# git config --local user.name "RafaelGSS"
1517

1618
git node release --prepare --skipBranchDiff --yes --releaseDate "$RELEASE_DATE"
1719
# We use it to not specify the branch name as it changes based on

0 commit comments

Comments
 (0)