From cfe3fea31ce38b94ba035f3c5af0bf5adbc56f91 Mon Sep 17 00:00:00 2001 From: Andreas Textor Date: Fri, 10 Jul 2026 13:23:45 +0200 Subject: [PATCH] Update Antora documentation module when releasing --- .github/workflows/release-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index b011597..c25beca 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -46,6 +46,7 @@ jobs: - name: Set version in package.json run: | npm version --no-git-tag-version -- "${RELEASE_VERSION}" + yq eval -i ".version = \"${RELEASE_VERSION}\"" documentation/vs-code-plugin/antora.yml - name: Install dependencies run: npm ci