+
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
This commit is contained in:
parent
f20a5828ec
commit
33ba079ae4
|
|
@ -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:
|
||||||
|
|
@ -20,6 +20,7 @@ steps:
|
||||||
target: main
|
target: main
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue