From 54c51779c823e9853c706ff56baa3b10b40d18b8 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Tue, 23 Apr 2024 14:47:40 +0800 Subject: [PATCH] ci: add release title --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d77c6f0..ecd9021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: true automatic_release_tag: "latest" + title: "Dev Build" publish_crate: runs-on: ubuntu-latest