Use my user as git for testing

This commit is contained in:
adrinr 2023-04-20 20:02:21 +01:00
parent 8f6bf37496
commit 1ed1424d89
1 changed files with 2 additions and 3 deletions

View File

@ -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