Update .woodpecker/build_release.yml
Some checks failed
ci/woodpecker/manual/build_release/2 Pipeline is pending
ci/woodpecker/manual/build_release/3 Pipeline is pending
ci/woodpecker/manual/build_release/4 Pipeline is pending
ci/woodpecker/manual/build_release/1 Pipeline failed

This commit is contained in:
2024-08-26 15:28:48 +02:00
parent 2ba0ff06f4
commit aaf72701dc

View File

@@ -11,6 +11,13 @@ when:
cron: nightly cron: nightly
event: [ cron, release, manual ] event: [ cron, release, manual ]
clone:
git:
image: woodpeckerci/plugin-git
settings:
partial: true
tags: true
steps: steps:
cron_pre_check: cron_pre_check:
image: docker image: docker
@@ -31,6 +38,9 @@ steps:
gen_tags: gen_tags:
image: docker image: docker
commands: commands:
- echo ${CI_COMMIT_TAG}
- git tag
- git describe --tags --abbrev=0
- ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION} - ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION}
- cat tags.txt - cat tags.txt