From 2329f0d753cc0a9fb8848f54fc26d6ceaa7d9025 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 8 Nov 2019 16:00:49 +0000 Subject: [PATCH 1/2] README: use `v1` for semantic version goodness --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf851a4..bb1e9ab 100644 --- a/README.md +++ b/README.md @@ -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: From de86cc55c441408ca6213bcd7dcceff1be064d34 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 8 Nov 2019 16:02:58 +0000 Subject: [PATCH 2/2] Update action name and description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 59ebbb8..cea7c3b 100644 --- a/action.yml +++ b/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: