Adding git fetch tags to CI.

This commit is contained in:
Dessalines 2021-04-26 09:26:43 -04:00
parent c9dd60027f
commit c177934393

View file

@ -14,6 +14,7 @@ steps:
- apk add git - apk add git
- git submodule init - git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- git fetch --tags
- name: yarn - name: yarn
image: node:14-alpine image: node:14-alpine
@ -110,6 +111,7 @@ steps:
- apk add git - apk add git
- git submodule init - git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- git fetch --tags
when: when:
ref: ref:
- refs/heads/main - refs/heads/main