fetch tags
This commit is contained in:
parent
14c73b99f6
commit
b94844e694
|
@ -80,6 +80,10 @@ trigger:
|
|||
- tag
|
||||
|
||||
steps:
|
||||
- name: fetch tags
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git fetch --tags
|
||||
- name: publish pypi
|
||||
image: plugins/pypi
|
||||
settings:
|
||||
|
|
Loading…
Reference in New Issue