From 67b599d241113b58da8de9b37d24345cb95d37ff Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Sun, 7 Jul 2024 15:27:45 +0200 Subject: [PATCH] fix: Replace Tokens in docfx.json for release information (#1496) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06d6fb08b..31b34874a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: - name: 🍥 Replace tokens in files uses: cschleiden/replace-tokens@v1 with: - files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]' + files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props", "docs/site/docfx.json"]' env: RELEASE_VERSION: ${{ env.NBGV_SimpleVersion }}${{ env.NBGV_PrereleaseVersion }} RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}