We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4d14b commit 33b5559Copy full SHA for 33b5559
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
if: ${{ env.RELEASE_VERSION }}
80
81
- name: Generate docs
82
- run: dotnet tool run tomd --input ExpressionEngine/bin/Release/net7.0/ExpressionEngine.xml --output artifacts/Documentation.md
+ run: dotnet tool run tomd --input ExpressionEngine/bin/Release/net8.0/ExpressionEngine.xml --output artifacts/Documentation.md
83
84
85
- name: Release to GitHub and NuGet
0 commit comments