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