Merge pull request #18 from actions/ethomson/name_update

Update action description
This commit is contained in:
Mike Coutermarsh 2019-11-12 08:13:12 -08:00 committed by GitHub
commit 77669bf751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@master
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:

View File

@ -1,5 +1,5 @@
name: 'Create a Release'
description: 'Create a release on your repository'
description: 'Create a release for a tag in your repository'
author: 'GitHub'
inputs:
tag_name: