Skip to content

Commit 67b599d

Browse files
authored
fix: Replace Tokens in docfx.json for release information (#1496)
1 parent 849a088 commit 67b599d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: 🍥 Replace tokens in files
223223
uses: cschleiden/replace-tokens@v1
224224
with:
225-
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]'
225+
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props", "docs/site/docfx.json"]'
226226
env:
227227
RELEASE_VERSION: ${{ env.NBGV_SimpleVersion }}${{ env.NBGV_PrereleaseVersion }}
228228
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}

0 commit comments

Comments
 (0)