1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Install deps

This commit is contained in:
Adria Navarro 2023-05-05 14:50:49 +01:00
parent 699774536a
commit b6699aed1b
2 changed files with 2 additions and 2 deletions

View file

@ -30,10 +30,10 @@ jobs:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: yarn
- name: Tag prerelease
run: |
# setup the username and email.
npm i semver
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"
./scripts/versionCommit.sh prerelease

View file

@ -40,9 +40,9 @@ jobs:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: yarn
- name: Tag prerelease
run: |
npm i semver
# setup the username and email.
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"