1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-02 14:04:29 -03:00

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

@ -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