From a7e32f308de567e41870cc25757c517fa573e491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kro=CC=88ner?= Date: Fri, 29 Dec 2023 23:44:41 +0100 Subject: [PATCH] ci: Use newer cli options --- .github/workflows/publish_tool.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_tool.yml b/.github/workflows/publish_tool.yml index 3f1574c..daa230e 100644 --- a/.github/workflows/publish_tool.yml +++ b/.github/workflows/publish_tool.yml @@ -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/create-release-action@v2.0.5