Adding event: tag to the asset packaging step
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 03ef5cc905
commit 27cff3e79b

View File

@ -16,6 +16,8 @@ pipeline:
image: alpine
commands:
- tar -cvzf "dist/blt-assets-${CI_COMMIT_TAG}.tar.gz" public/
when:
event: tag
gitea_release:
image: plugins/gitea-release