ci: fixes token env name
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-06-22 13:23:23 +02:00
parent 9027b71928
commit 1534d2e735

View File

@ -39,7 +39,7 @@ steps:
- name: release - name: release
image: goreleaser/goreleaser:v0.171.0 image: goreleaser/goreleaser:v0.171.0
environment: environment:
GIHUB_TOKEN: GITHUB_TOKEN:
from_secret: github_token from_secret: github_token
commands: commands:
- goreleaser release --rm-dist - goreleaser release --rm-dist