Need right push target (#119)

This commit is contained in:
Danny McCormick
2019-09-06 12:50:52 -04:00
committed by GitHub
parent 7f17a6e550
commit 7bc0d5222f

View File

@@ -126,7 +126,7 @@ Simply commit and push your action to publish.
```bash
$ 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)