Files
zotero-notes-export-org/.gitea/workflows/release.yml
Ignacio Ballesteros 2768eb39de
All checks were successful
CI / build (push) Successful in 20s
Release / build (push) Successful in 26s
Release / update-rolling-release (push) Successful in 7s
Release / publish-release (push) Successful in 7s
fix: correct Gitea Actions release workflow
- Use gitea.ref/server_url/repository context vars instead of GitHub env vars
- Move API_URL and REPO into env: block so context expressions are evaluated
- Pass gitea.ref via env: for version extraction (GITEA_REF)
- Replace grep/cut JSON parsing with jq throughout
- Fix tag creation body: use 'target' key instead of 'message'
- Add set -euo pipefail and diagnostic echo output to both run blocks
- Add null check on jq-parsed RELEASE_ID in publish-release
2026-02-17 23:50:08 +01:00

7.6 KiB