fetch tags
parent
b728c2ee71
commit
23d460771d
|
@ -58,6 +58,7 @@ jobs:
|
|||
|
||||
- name: checkout latest tag
|
||||
run: |
|
||||
git fetch --tags
|
||||
git checkout "$(git describe --tags $(git rev-list --tags --max-count=1))"
|
||||
working-directory: node_modules/ng_anr
|
||||
|
||||
|
@ -75,6 +76,7 @@ jobs:
|
|||
|
||||
- name: checkout latest tag
|
||||
run: |
|
||||
git fetch --tags
|
||||
git checkout "$(git describe --tags $(git rev-list --tags --max-count=1))"
|
||||
working-directory: node_modules/ng_client
|
||||
|
||||
|
|
Loading…
Reference in New Issue