Skip to content

Commit

Permalink
Changed release title to tag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutokun committed Mar 21, 2022
1 parent 174a2ce commit 4584e81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion github-releases/title.txt

This file was deleted.

0 comments on commit 4584e81

Please sign in to comment.