Skip to content

Commit 50cbc17

Browse files
committed
mk/yang.mk from now make publish will push as default
since we published initial version when running "make publish" it will push to default remote
1 parent acf5c77 commit 50cbc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/yang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VBASE := draft/$(BASE)-$(VERSION)
1111
LBASE := draft/$(BASE)-latest
1212
SHELL := /bin/bash
1313
MAIN_BRANCH ?= main #older repos set to master
14-
PUSH_TO_REMOTE ?=
14+
PUSH_TO_REMOTE ?= yes
1515

1616
# If you have docker you can avoid having to install anything by leaving this.
1717
ifeq ($(CIRCLECI),)

0 commit comments

Comments
 (0)