fetch tags

parent f5b6c24d
......@@ -50,6 +50,11 @@ kind: pipeline
name: release
steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: release
image: arduino/arduino-cli:builder-0.1
environment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment