mirror of https://github.com/actions/toolkit
Need right push target (#119)
parent
7f17a6e550
commit
7bc0d5222f
|
@ -126,7 +126,7 @@ Simply commit and push your action to publish.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git commit -a -m "publishing v1 of action"
|
$ git commit -a -m "publishing v1 of action"
|
||||||
$ git push
|
$ git push origin releases/v1
|
||||||
```
|
```
|
||||||
|
|
||||||
> NOTE: Consider versioning your actions with tags. See [versioning](action-versioning.md)
|
> NOTE: Consider versioning your actions with tags. See [versioning](action-versioning.md)
|
||||||
|
|
Loading…
Reference in New Issue