fetch tags

pull/434/head
Rémi Laurent 2022-05-30 15:09:45 +02:00
parent b728c2ee71
commit 23d460771d
2 changed files with 2 additions and 0 deletions

View File

@ -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