Skip to content

Commit eb69141

Browse files
committed
added missing push command to release protocol
1 parent f758316 commit eb69141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/kscript_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ git commit -am "${kscript_version} release"
8181

8282
#git tag v${kscript_version} && git push --tags
8383
(git diff --exit-code && git tag v${kscript_version}) || echo "could not tag current branch"
84+
git push
8485
git push --tags
8586

8687
# check the current tags and existing releases of the repo

0 commit comments

Comments
 (0)