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:
|
||||
- event: [release]
|
||||
- event: [tag]
|
||||
|
||||
steps:
|
||||
build_package:
|
||||
|
@ -11,6 +11,7 @@ steps:
|
|||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://git.verdigado.com
|
||||
title: ${CI_COMMIT_TAG}
|
||||
files:
|
||||
- build/artifacts/groupfolder_filesystem_snapshots.tar.gz
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue