Update .woodpecker/build_release.yml
This commit is contained in:
@@ -11,6 +11,13 @@ when:
|
||||
cron: nightly
|
||||
event: [ cron, release, manual ]
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
partial: true
|
||||
tags: true
|
||||
|
||||
steps:
|
||||
cron_pre_check:
|
||||
image: docker
|
||||
@@ -31,6 +38,9 @@ steps:
|
||||
gen_tags:
|
||||
image: docker
|
||||
commands:
|
||||
- echo ${CI_COMMIT_TAG}
|
||||
- git tag
|
||||
- git describe --tags --abbrev=0
|
||||
- ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION}
|
||||
- cat tags.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user