Skip to content

Commit

Permalink
ci: Remove test name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 7, 2024
1 parent 89beda1 commit c6abbf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/*.*

0 comments on commit c6abbf0

Please sign in to comment.