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