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 7ba26ae commit 4b8f8d3Copy full SHA for 4b8f8d3
1 file changed
.github/workflows/release.yml
@@ -75,6 +75,9 @@ jobs:
75
76
- name: Commit Changes
77
run: |
78
+ git config --global user.email "hello@processing.org"
79
+ git config --global user.name "Processing Bot"
80
+
81
git add .
82
git commit -m "Prepare release ${{ github.event.release.tag_name }}"
83
0 commit comments