diff --git a/.woodpecker.yml b/.woodpecker.yml index 43bf009..a8fb90f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,12 @@ steps: + check-tag: + image: alpine + commands: + - TAG=${CI_COMMIT_TAG/v//} + - grep "$TAG" appinfo/info.xml + when: + event: [tag] + dependencies: image: node:16 pull: true