Fix tagging
This commit is contained in:
parent
0414856089
commit
07e7d83a52
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue