This commit is contained in:
Iurii 2024-04-15 21:28:36 +03:00
parent 8fbb9de3a4
commit fce7f8b28b
1 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,6 @@ steps:
- nuitka3 src/main.py -o baloon
- ls -lh
- file baloon
when:
- event: push
- event: manual
- name: release
# image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release
@ -19,5 +16,8 @@ steps:
from_secret: SEC1
target: main
title: Ti ${CI_COMMIT_TAG##v}
depends_on:
- build
depends_on:
- build
when:
- event: tag
- ref: refs/tags/v*