From 572bae0701f08e5fa6c6159e3587b8a04fee66a2 Mon Sep 17 00:00:00 2001 From: cances <36873866+canc3s@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:20:19 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8abba33..a4c1eb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,3 +69,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: target/* + tag_name: ${{ github.ref }} +