From 3ccc3e1324c6ce338d803942862ce477963eb49e Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:20:29 +0200 Subject: [PATCH] Fixed windows workflow --- .github/workflows/windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 822041feb..a49ed4da8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -82,8 +82,9 @@ jobs: run: pnpm run generateChangelog ${{github.ref}} > ${{ github.workspace }}-CHANGELOG.txt with: tag: ${{ github.ref }} - - name: Release next version - uses: marvinpinto/action-automatic-releases@latest + - name: Release + uses: softprops/action-gh-release@v2 if: ${{startsWith(github.ref, 'refs/tags/v') }} with: body_path: ${{ github.workspace }}-CHANGELOG.txt + make_latest: true