publish to github
This commit is contained in:
parent
97da979288
commit
33b92733c8
@ -28,3 +28,11 @@ steps:
|
|||||||
from_secret: username
|
from_secret: username
|
||||||
password:
|
password:
|
||||||
from_secret: password
|
from_secret: password
|
||||||
|
- name: publish to github
|
||||||
|
image: plugins/github-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: github_token
|
||||||
|
files: jitsiexporter_linux_amd64
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user