+
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Iurii 2024-04-15 21:20:06 +03:00
parent f20a5828ec
commit 33ba079ae4
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ steps:
when: when:
- event: push - event: push
- event: manual - event: manual
- name: publish - name: release
# image: woodpeckerci/plugin-gitea-release # image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@ -21,5 +21,6 @@ steps:
title: Ti ${CI_COMMIT_TAG##v} title: Ti ${CI_COMMIT_TAG##v}
when: when:
- event: tag - event: tag
# ref: refs/tags/v* ref: refs/tags/v*
depends_on: build depends_on:
- build