ci: fix tag triggering to git-fetch

This commit is contained in:
2021-09-07 07:16:08 +02:00
parent ff8d9a554a
commit 96cfd8da2b

View File

@ -51,6 +51,8 @@ steps:
- make check - make check
- make build - make build
- make test - make test
when:
event: tag
- name: release - name: release
image: golang:1.16 image: golang:1.16