Fix gitea releases upload configuration (#71)

This commit is contained in:
Jonas Franz 2019-11-08 02:44:07 +00:00 committed by techknowlogick
parent 5b3c92ee11
commit 0a2120db45
1 changed files with 4 additions and 4 deletions

View File

@ -163,15 +163,15 @@ steps:
event:
- push
- name: github
- name: gitea
pull: always
image: plugins/gitea-releases:1
settings:
files:
- "dist/release/*"
environment:
GITHUB_TOKEN:
from_secret: github_token
base_url: https://gitea.com
api_key:
from_secret: gitea_token
when:
event:
- tag