1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Install semver

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

View file

@ -25,7 +25,6 @@ jobs:
run: |
echo "Ref is not develop, you must run this job from develop."
exit 1
- run: npm i semver
- uses: actions/checkout@v2
with:
submodules: true
@ -34,6 +33,7 @@ jobs:
- 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

@ -35,7 +35,6 @@ jobs:
run: |
echo "Ref is not master, you must run this job from master."
exit 1
- run: npm i semver
- uses: actions/checkout@v2
with:
submodules: true
@ -43,6 +42,7 @@ jobs:
- 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 "<>"