diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9a4e20..545cbfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.setup.outputs.version }} - release_name: Video2X ${{ needs.setup.outputs.version }} + name: ${{ needs.setup.outputs.version }} draft: true prerelease: false