There was an error while loading. Please reload this page.
1 parent 6668716 commit 7b0ab04Copy full SHA for 7b0ab04
1 file changed
.github/workflows/release-pr.yml
@@ -18,6 +18,10 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
+ - run: |
22
+ git config --global user.name "github"
23
+ git config --global user.email "noreply@github.com"
24
+
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v3
27
@@ -40,7 +44,7 @@ jobs:
40
44
COMMIT_SHA=$(git rev-parse --short HEAD)
41
45
git checkout -b releases/draft-$COMMIT_SHA
42
46
git add CHANGELOG.md
43
- git commit -S -m "Changelog"
47
+ git commit -m "Changelog"
48
git push origin HEAD
49
echo "branch_name=releases/draft-$COMMIT_SHA" >> $GITHUB_OUTPUT
50
0 commit comments