Skip to content

Commit fbc0d7f

Browse files
Fix changelog downloading workflow
1 parent 152ad7f commit fbc0d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-changelog-generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: master
2020

2121
- name: Download changelog
22-
run: ./build.sh --target DocFX_Changelog_Download --LatestVersions 1
22+
run: ./build.sh --target DocFX_Changelog_Download --VersionCount 1
2323
env:
2424
GITHUB_PRODUCT: ChangelogBuilder
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./build.bat --target Build
2323

2424
- name: Download changelog
25-
run: ./build.bat --target DocFX_Changelog_Download --LatestVersions 1
25+
run: ./build.bat --target DocFX_Changelog_Download --VersionCount 1
2626
env:
2727
GITHUB_PRODUCT: ChangelogBuilder
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)