Update '.drone.yml'

pull/4/head
lerentis 2 years ago
parent b64e5c16c5
commit c269ad0034

@ -6,6 +6,15 @@ platform:
os: linux
arch: amd64
steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
when:
event:
- push
- pull_request
- tag
- name: init
image: golang:1.18.3-alpine3.16
commands:
@ -31,4 +40,13 @@ steps:
when:
event:
- push
- pull_request
- pull_request
- name: release
image: goreleaser/goreleaser
environment:
GITHUB_TOKEN:
from_secret: github_token
commands:
- goreleaser release
when:
event: tag

Loading…
Cancel
Save