From 7fd9c04fff5f2cbf58d4ac2fdb50c5cfc44fe5cc Mon Sep 17 00:00:00 2001 From: Dusk-92 Date: Tue, 1 Sep 2026 18:33:32 +0200 Subject: [PATCH] release v2.1 --- .github/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ad0453..aa43eef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,21 +91,16 @@ jobs: if-no-files-found: error # One-time production promotion for v2.1. The exact commit message keeps - # normal main pushes from publishing or modifying the v2.0 release. + # normal main pushes from publishing or modifying the v2.1 release. - name: Create GitHub Release v2.1 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.head_commit.message == 'release v2.1' }} uses: softprops/action-gh-release@v3 with: tag_name: v2.1 target_commitish: ${{ github.sha }} - files: | - dist/WoW_Modernization_Tool.exe - dist/WoW_Modernization_Tool.zip - fail_on_unmatched_files: true name: "WoW Modernization Tool v2.1" body_path: RELEASE_NOTES.md - generate_release_notes: true - previous_tag: v2.0 + generate_release_notes: false make_latest: true - name: Create GitHub Release