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

Fix tagging

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

View file

@ -25,7 +25,7 @@ jobs:
run: |
echo "Ref is not develop, you must run this job from develop."
exit 1
- run: npm i -g semver
- run: npm i semver
- uses: actions/checkout@v2
with:
submodules: true

View file

@ -35,7 +35,7 @@ jobs:
run: |
echo "Ref is not master, you must run this job from master."
exit 1
- run: npm i -g semver
- run: npm i semver
- uses: actions/checkout@v2
with:
submodules: true