mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 01:21:14 +00:00
create releases in python
This commit is contained in:
parent
8ad7d2d699
commit
c1c7205eae
|
@ -67,6 +67,9 @@ steps:
|
||||||
- name: Create an Empty Release
|
- name: Create an Empty Release
|
||||||
commands:
|
commands:
|
||||||
- ./ci.py --gitea-create-release
|
- ./ci.py --gitea-create-release
|
||||||
|
environment:
|
||||||
|
GITEA_RELEASE_TOKEN:
|
||||||
|
from_secret: GITEA_RELEASE_TOKEN
|
||||||
|
|
||||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue