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 998e682 commit 331ff92Copy full SHA for 331ff92
.github/workflows/deploy.yml
@@ -26,6 +26,11 @@ jobs:
26
- name: Install dependencies
27
run: make install-deploy
28
29
+ - name: Setup git
30
+ run: |
31
+ git config --local user.email "github-actions[bot]@users.noreply.github.com"
32
+ git config --local user.name "github-actions[bot]"
33
+
34
- name: bumpversion
35
run: |
36
make increase-version PART="${{ steps.semver-diff.outputs.release_type }}"
0 commit comments