Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit a7a2648

Browse files
committed
fix(release.sh): use correct name for release branch
1 parent 14152b2 commit a7a2648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git checkout -b release/$now
2323
echo $now > VERSION
2424
git add VERSION
2525
git commit -am "Release $now"
26-
git push origin $now
26+
git push origin release/$now
2727
set +x
2828

2929
echo "Now do the following:"

0 commit comments

Comments
 (0)