From 7d13e2f3c0f200d03edaaf9bd3f02efcf9e20a91 Mon Sep 17 00:00:00 2001 From: jed-wemade <127728629+jed-wemade@users.noreply.github.com> Date: Fri, 31 May 2024 17:21:21 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e551347ef1c7..2849f9ac02d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Gives the release a custom name. Defaults to tag name #name: # optional # Gives a tag name. Defaults to github.GITHUB_REF - tag_name: TestName + #tag_name: # optional # Creates a draft release. Defaults to false #draft: # optional # Identify the release as a prerelease. Defaults to false