Setup git user
This commit is contained in:
parent
e10eba9447
commit
af8a27fa10
|
@ -35,4 +35,7 @@ jobs:
|
|||
|
||||
- name: Tag prerelease
|
||||
run: |
|
||||
# setup the username and email.
|
||||
git config --global user.name "Budibase Staging Release Bot"
|
||||
git config --global user.email "<>"
|
||||
yarn version --prerelease --cwd="./versions"
|
||||
|
|
Loading…
Reference in New Issue