From 7bc0d5222fa6dd745873ec0cc316090f22040791 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 6 Sep 2019 12:50:52 -0400 Subject: [PATCH] Need right push target (#119) --- docs/javascript-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript-action.md b/docs/javascript-action.md index 2e31cedf..cdf75023 100644 --- a/docs/javascript-action.md +++ b/docs/javascript-action.md @@ -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)