1
0
Fork 0

Need right push target (#119)

pull/120/head
Danny McCormick 2019-09-06 12:50:52 -04:00 committed by GitHub
parent 7f17a6e550
commit 7bc0d5222f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)