Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit 77669bf

Browse files
author
Mike Coutermarsh
authored
Merge pull request #18 from actions/ethomson/name_update
Update action description
2 parents 216650a + de86cc5 commit 77669bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@master
4444
- name: Create Release
4545
id: create_release
46-
uses: actions/create-release@v1.0.0
46+
uses: actions/create-release@v1
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
4949
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Create a Release'
2-
description: 'Create a release on your repository'
2+
description: 'Create a release for a tag in your repository'
33
author: 'GitHub'
44
inputs:
55
tag_name:

0 commit comments

Comments
 (0)