From c6abbf0cf7617dc4e16c7a4900e5a5320bdac782 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Sep 2024 09:49:54 +0300 Subject: [PATCH] ci: Remove test name for release --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddd49aa2e..95e0b90b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,6 @@ jobs: uses: softprops/action-gh-release@v2 with: draft: true - tag_name: test_release fail_on_unmatched_files: true files: upload/*.* build_linux_server-x64: @@ -92,6 +91,5 @@ jobs: uses: softprops/action-gh-release@v2 with: draft: true - tag_name: test_release fail_on_unmatched_files: true files: upload/*.* \ No newline at end of file