mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
Fix gitea releases upload configuration (#71)
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user