ci: rollback tag check #346

Merged
deblan merged 1 commit from develop into master 2024-04-08 14:33:51 +02:00

View file

@ -10,6 +10,12 @@ when:
event: [tag]
steps:
"Verify tag and app version":
image: alpine
commands:
- TAG=${CI_COMMIT_TAG/v//}
- grep "<version>$TAG</version>" appinfo/info.xml
"Create signature":
image: nextcloud:25
secrets: [app_certificate, app_public_certificate]