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