From c5c0d2346c55f0b7aa1f10169caa80ef50b75d40 Mon Sep 17 00:00:00 2001 From: Thomas Hanke Date: Fri, 17 Apr 2026 14:57:25 +0200 Subject: [PATCH] fix: stamp versionIRI into TTL artifacts as well as OWL --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0478e7a..7d1b543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,12 @@ jobs: --version-iri "${ONTBASE}/${VERSION}" \ --annotation owl:versionInfo "${VERSION}" \ --output "$f" + TTL="${f%.owl}.ttl" + [ -f "$TTL" ] && robot annotate \ + --input "$TTL" \ + --version-iri "${ONTBASE}/${VERSION}" \ + --annotation owl:versionInfo "${VERSION}" \ + --output "$TTL" done # ── Commit stamped artifacts ──────────────────────────────────────────