Fix AIOSEO metadata updates
Build release ZIP / build (push) Has been cancelled

This commit is contained in:
Christian Krakau-Louis
2026-05-16 23:52:49 +02:00
parent c5076c684a
commit 8f8302bf20
2 changed files with 110 additions and 30 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ php -l codex-blog-abilities.php
Push a semantic version tag to build an installable ZIP through GitHub Actions:
```bash
git tag v0.2.0
git push origin main v0.2.0
git tag vX.Y.Z
git push origin main vX.Y.Z
```
The release artifact is named `codex-blog-abilities-<tag>.zip`.