From 4584e81e3478eeacaa4878a01daf510beda44c3c Mon Sep 17 00:00:00 2001 From: yutoVR Date: Mon, 21 Mar 2022 11:43:22 +0900 Subject: [PATCH] Changed release title to tag name. --- .github/workflows/main.yml | 7 +------ github-releases/title.txt | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 github-releases/title.txt diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddb680d..d310946 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,11 +13,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Load Release Informations - run: | - title=`cat github-releases/title.txt` - echo "TITLE=${title}" >> $GITHUB_ENV - - name: Install Zip uses: montudor/action-zip@v1 @@ -59,7 +54,7 @@ jobs: # Path to load note-worthy description of changes in release from body_path: RELEASE.md # Gives the release a custom name. Defaults to tag name - name: ${{ env.TITLE }} + name: ${{ env.GIT_TAG_NAME }} # Creates a draft release. Defaults to false draft: false # Identify the release as a prerelease. Defaults to false diff --git a/github-releases/title.txt b/github-releases/title.txt deleted file mode 100644 index a5d492e..0000000 --- a/github-releases/title.txt +++ /dev/null @@ -1 +0,0 @@ -CI TEST \ No newline at end of file