mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Adding git fetch tags to CI.
This commit is contained in:
parent
c9dd60027f
commit
c177934393
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue