prepare github release
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
Marvin Steadfast 2021-01-27 10:15:34 +01:00
parent 108273e5d9
commit e66bac017e

View File

@ -59,10 +59,8 @@ steps:
- name: release - name: release
image: goreleaser/goreleaser:latest image: goreleaser/goreleaser:latest
environment: environment:
GITEA_TOKEN: GITHUB_TOKEN:
from_secret: gitea_token from_secret: github_token
HOMEBREW_TAP_GITHUB_TOKEN:
from_secret: homebrew_tap_github_token
commands: commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...) - (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- goreleaser release --rm-dist --parallelism=1 - goreleaser release --rm-dist --parallelism=1