Skip to content

Commit bb0254a

Browse files
Update to author commits by github-actions bot
1 parent 3963106 commit bb0254a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
run: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
5757
- name: Commit version changes
5858
run: |
59-
git config --local user.email "action@github.com"
60-
git config --local user.name "GitHub Action"
59+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
60+
git config --local user.name "github-actions[bot]"
6161
git add package.json Cargo.toml index.js index.d.ts CHANGELOG.md LICENSE-3RD-PARTY.txt
6262
git commit -m "${{ github.event.inputs.version }}"
6363
git push

0 commit comments

Comments
 (0)