Skip to content

Commit d7be5fb

Browse files
committed
Minor SEO Improvements
1 parent 1b3add2 commit d7be5fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: 'update-existing-release'
2-
description: 'Update existing releases on GitHub and edit/replace their files'
1+
name: 'Update Existing Release'
2+
description: 'Create, update, and edit existing releases! Great for creating a `latest` or `nightly` release.'
33
author: 'Isaac Shelton'
4-
inputs:
4+
inputs:
55
token:
66
description: 'Your Github token; try \$\{\{ secrets.GITHUB_TOKEN \}\} if your build lasts less than an hour, or create your own secret token with repository access if your build requires longer than an hour.'
77
required: true

Diff for: package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
"test-compile": "tsc -p ./"
1111
},
1212
"keywords": [
13-
"github",
14-
"octokit",
13+
"update",
14+
"existing",
1515
"release",
16+
"github",
17+
"action",
1618
"ci",
1719
"build",
18-
"actions",
19-
"action"
20+
"actions"
2021
],
2122
"author": "Isaac Shelton",
2223
"license": "ISC",

0 commit comments

Comments
 (0)