Skip to content

Commit 6d7b3c4

Browse files
authored
Merge pull request #26 from yokawasa/v0.4.2
v0.4.2 release
2 parents 28335fc + 6619370 commit 6d7b3c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A GitHub action that install a specific version of [ecctl](https://github.com/el
2727

2828
A specific version of ecctl can be setup by giving an input - `version` like this:
2929
```yaml
30-
- uses: yokawasa/action-setup-ecctl@v0.4.1
30+
- uses: yokawasa/action-setup-ecctl@v0.4.2
3131
with:
3232
version: 'v1.3.1' # default is 'latest'
3333
id: setup
@@ -38,7 +38,7 @@ A specific version of ecctl can be setup by giving an input - `version` like thi
3838
The latest version of ecctl will be setup if you don't give an input like this:
3939
4040
```yaml
41-
- uses: yokawasa/action-setup-ecctl@v0.4.1
41+
- uses: yokawasa/action-setup-ecctl@v0.4.2
4242
id: setup
4343
- run: |
4444
ecctl version
@@ -60,7 +60,7 @@ Finally push the resutls
6060
```
6161
git add dist
6262
git commit -a -m "prod dependencies"
63-
git push origin releases/v0.4.1
63+
git push origin releases/v0.4.2
6464
```
6565

6666
## Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-setup-ecctl",
3-
"version": "0.3.0",
3+
"version": "0.4.2",
44
"private": true,
55
"description": "A GitHub action that install a specific version of ecctl and cache on the runner",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)