We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a72170 + 483f850 commit 074b6edCopy full SHA for 074b6ed
1 file changed
.github/workflows/publish.yml
@@ -35,8 +35,8 @@ jobs:
35
36
- name: Config Git
37
run: |
38
- git config user.name github-actions
39
- git config user.email github-actions@github.com
+ git config user.name ufrpe-devs
+ git config ufrpedevs@gmail.com
40
41
- name: ReleaseIt
42
run: npm run release -- ${{inputs.bump_type}}
0 commit comments