Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from actions/ethomson/name_update
Update action description
  • Loading branch information
Mike Coutermarsh authored and GitHub committed Nov 12, 2019
2 parents 216650a + de86cc5 commit 77669bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
@@ -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:
Expand Down

0 comments on commit 77669bf

Please sign in to comment.