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 6cafe1e commit f0461edCopy full SHA for f0461ed
.github/workflows/main.yml
@@ -92,8 +92,8 @@ jobs:
92
93
- name: Set Git User
94
run: |
95
- git config user.email "[email protected]"
96
- git config user.name "github-actions"
+ git config --global user.email "[email protected]"
+ git config --global user.name "github-actions"
97
98
- name: Create Release Pull Request or Publish
99
id: changesets
0 commit comments