From ce7040498c002f4c2d88478b6f202e580f0ad451 Mon Sep 17 00:00:00 2001 From: Alexey Chernyshov <65975574+artifixer@users.noreply.github.com> Date: Sat, 8 Oct 2022 12:53:27 +0300 Subject: [PATCH] Update release-steam.yml --- .github/workflows/release-steam.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-steam.yml b/.github/workflows/release-steam.yml index 96ba376..a4527aa 100644 --- a/.github/workflows/release-steam.yml +++ b/.github/workflows/release-steam.yml @@ -39,6 +39,11 @@ jobs: name: ${{ inputs.artifact_name }} path: ./artifact + - name: Install Bannerlord.ChangelogParser + if: ${{ inputs.mod_description == '' }} + run: dotnet tool install -g Bannerlord.ChangelogParser; + shell: pwsh + - name: Set Description if: ${{ inputs.mod_description == '' }} id: set_description