Use my user as git for testing
This commit is contained in:
parent
8f6bf37496
commit
1ed1424d89
|
@ -18,7 +18,6 @@ on:
|
|||
- "yarn.lock"
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
tag-prerelease:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -37,6 +36,6 @@ jobs:
|
|||
- name: Tag prerelease
|
||||
run: |
|
||||
# setup the username and email.
|
||||
git config --global user.name "Budibase Staging Release Bot"
|
||||
git config --global user.email "<>"
|
||||
git config --global user.name "adrinr"
|
||||
git config --global user.email "adria@budibase.com"
|
||||
./scripts/bumpLernaVersion.sh
|
||||
|
|
Loading…
Reference in New Issue