@ -4,8 +4,8 @@ steps:
- name: create dist
image: golang:latest
commands:
- apk update
- apk add zip
- apt update
- apt install -y zip
- ./create_dist.sh
when:
event: tag