Skip to content

Commit 3b9b4ba

Browse files
committed
improved documentation
1 parent 2332428 commit 3b9b4ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Github Versioned Release
22

3-
Github action for creating versioned github releases.
3+
Github action for creating versioned github releases containing only the files you want.
44

55
The action is typically used on the `release` event and follows the following process:
66

77
- Creates a release commit containing the specified files
8-
- Moves the releae tag to the release commit
8+
- Moves the release tag to the release commit
99
- Moves the major and minor version tags to the release commit (if not draft or pre-release)
1010

1111
## Usage
@@ -32,7 +32,7 @@ jobs:
3232
- run: npm run build
3333

3434
# Create your semantically version release
35-
- uses: ./
35+
- uses: teunmooij/github-versioned-release@v1
3636
with:
3737
template: 'javascript-action'
3838
env:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Github Versioned Release"
2-
description: "Github action for creating versioned Github releases"
2+
description: "Github action for creating versioned Github releases containing only the files you want"
33
author: "Teun Mooij"
44
branding:
55
icon: box

0 commit comments

Comments
 (0)