Skip to content

Commit 7b0ab04

Browse files
create pr fix
1 parent 6668716 commit 7b0ab04

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- run: |
22+
git config --global user.name "github"
23+
git config --global user.email "noreply@github.com"
24+
2125
- name: Use Node.js ${{ matrix.node-version }}
2226
uses: actions/setup-node@v3
2327
with:
@@ -40,7 +44,7 @@ jobs:
4044
COMMIT_SHA=$(git rev-parse --short HEAD)
4145
git checkout -b releases/draft-$COMMIT_SHA
4246
git add CHANGELOG.md
43-
git commit -S -m "Changelog"
47+
git commit -m "Changelog"
4448
git push origin HEAD
4549
echo "branch_name=releases/draft-$COMMIT_SHA" >> $GITHUB_OUTPUT
4650

0 commit comments

Comments
 (0)