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 152ad7f commit fbc0d7fCopy full SHA for fbc0d7f
.github/workflows/docs-changelog-generate.yaml
@@ -19,7 +19,7 @@ jobs:
19
ref: master
20
21
- name: Download changelog
22
- run: ./build.sh --target DocFX_Changelog_Download --LatestVersions 1
+ run: ./build.sh --target DocFX_Changelog_Download --VersionCount 1
23
env:
24
GITHUB_PRODUCT: ChangelogBuilder
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/docs-stable.yaml
@@ -22,7 +22,7 @@ jobs:
run: ./build.bat --target Build
- run: ./build.bat --target DocFX_Changelog_Download --LatestVersions 1
+ run: ./build.bat --target DocFX_Changelog_Download --VersionCount 1
26
27
28
0 commit comments