build: image: golang:1.5 commands: - make deps - make build - make test publish: docker: username: drone password: $$DOCKER_PASS email: $$DOCKER_EMAIL repo: plugins/drone-github-release when: branch: master plugin: name: GitHub Release desc: Publishs files and artifacts to GitHub Releases type: publish image: plugins/drone-github-release labels: - github - release