Update .woodpecker/build_publish.yml
Some checks are pending
ci/woodpecker/tag/build_publish Pipeline is running
Some checks are pending
ci/woodpecker/tag/build_publish Pipeline is running
This commit is contained in:
parent
324d877939
commit
18b6992668
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
when:
|
when:
|
||||||
- event: [release]
|
- event: [tag]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build_package:
|
build_package:
|
||||||
|
@ -11,6 +11,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://git.verdigado.com
|
base_url: https://git.verdigado.com
|
||||||
|
title: ${CI_COMMIT_TAG}
|
||||||
files:
|
files:
|
||||||
- build/artifacts/groupfolder_filesystem_snapshots.tar.gz
|
- build/artifacts/groupfolder_filesystem_snapshots.tar.gz
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in a new issue