Skip to content

Commit

Permalink
CI: bump back the ChangelogAutomation version
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 13, 2025
1 parent 257b3d2 commit 7435362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
shell: pwsh
run: "\"version=$(if ($env:GITHUB_REF.StartsWith('refs/tags/v')) { $env:GITHUB_REF -replace '^refs/tags/v', '' } else { \"$env:PACKAGE_VERSION_BASE-test\" })\" >> $env:GITHUB_OUTPUT"
- name: Prepare the release notes
uses: ForNeVeR/ChangelogAutomation.action@v1
uses: ForNeVeR/ChangelogAutomation.action@v2
with:
format: Markdown
input: ./CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion github-actions.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ let workflows = [

step(
name = "Prepare the release notes",
uses = "ForNeVeR/ChangelogAutomation.action@v1",
uses = "ForNeVeR/ChangelogAutomation.action@v2",
options = Map.ofList [
"input", "./CHANGELOG.md"
"output", "release-notes.md"
Expand Down

0 comments on commit 7435362

Please sign in to comment.