Skip to content

Commit

Permalink
ci: Use newer cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
Crown0815 committed Dec 29, 2023
1 parent 95e86c4 commit a7e32f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: Generate Release Notes
run: |-
dotnet tool install --global ConventionalChangelog --version 0.7.0
changelog "${{ github.workspace }}" >> "changelog.md"
dotnet tool install --global ConventionalChangelog --version 0.8.0
changelog "${{ github.workspace }}" --output "changelog.md"
- name: Create a Release
uses: comnoco/[email protected]
Expand Down

0 comments on commit a7e32f3

Please sign in to comment.