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 3e9d5f3 commit 368e71aCopy full SHA for 368e71a
.github/workflows/release.yml
@@ -41,6 +41,8 @@ jobs:
41
42
- name: Commit and tag release version
43
run: |
44
+ git config --global user.name "github-actions[bot]"
45
+ git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
46
git checkout -b release-${{ github.ref_name }}
47
git add .
48
git commit -m "Prepare release ${{ github.ref_name }}"
0 commit comments