We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963106 commit bb0254aCopy full SHA for bb0254a
.github/workflows/release.yml
@@ -56,8 +56,8 @@ jobs:
56
run: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
57
- name: Commit version changes
58
run: |
59
- git config --local user.email "action@github.com"
60
- git config --local user.name "GitHub Action"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
61
git add package.json Cargo.toml index.js index.d.ts CHANGELOG.md LICENSE-3RD-PARTY.txt
62
git commit -m "${{ github.event.inputs.version }}"
63
git push
0 commit comments