Skip to content

Commit d86050a

Browse files
authored
fix: specify branch
useful when the local master branch does not have a set upstream (Jenkins)
1 parent 4b7e275 commit d86050a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release-master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ if [ $? -ne 0 ]; then
2929
fi
3030

3131
echo Pushing master
32-
git push
32+
git push origin master
3333

0 commit comments

Comments
 (0)