mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 02:32:54 +08:00
Need right push target (#119)
This commit is contained in:
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…
x
Reference in New Issue
Block a user