File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A GitHub action that install a specific version of [ecctl](https://github.com/el
27
27
28
28
A specific version of ecctl can be setup by giving an input - ` version ` like this:
29
29
``` yaml
30
- - uses : yokawasa/action-setup-ecctl@v0.4.1
30
+ - uses : yokawasa/action-setup-ecctl@v0.4.2
31
31
with :
32
32
version : ' v1.3.1' # default is 'latest'
33
33
id : setup
@@ -38,7 +38,7 @@ A specific version of ecctl can be setup by giving an input - `version` like thi
38
38
The latest version of ecctl will be setup if you don't give an input like this:
39
39
40
40
` ` ` yaml
41
- - uses : yokawasa/action-setup-ecctl@v0.4.1
41
+ - uses : yokawasa/action-setup-ecctl@v0.4.2
42
42
id : setup
43
43
- run : |
44
44
ecctl version
@@ -60,7 +60,7 @@ Finally push the resutls
60
60
```
61
61
git add dist
62
62
git commit -a -m "prod dependencies"
63
- git push origin releases/v0.4.1
63
+ git push origin releases/v0.4.2
64
64
```
65
65
66
66
## Contributing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " action-setup-ecctl" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"private" : true ,
5
5
"description" : " A GitHub action that install a specific version of ecctl and cache on the runner" ,
6
6
"main" : " lib/main.js" ,
You can’t perform that action at this time.
0 commit comments