From d86efe449e47d67dbbb673e1dbaf3b67403038e7 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Thu, 8 Aug 2024 22:49:45 +0200 Subject: [PATCH] Remove test step. --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 46916ac6b..f79bac18e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -74,11 +74,9 @@ jobs: pnpm run test-ui --project=chromium # On release, create release - name: Generate Changelog - #if: ${{startsWith(github.ref, 'refs/tags/v') }} + if: ${{startsWith(github.ref, 'refs/tags/v') }} working-directory: bin run: pnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt - - name: Output changelog - run: cat ${{ github.workspace }}-CHANGELOG.txt - name: Release uses: softprops/action-gh-release@v2 if: ${{startsWith(github.ref, 'refs/tags/v') }}