Skip to content

Commit c2e1e3d

Browse files
authored
push without setting the upstream
1 parent 1729d11 commit c2e1e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [ "$(git status --porcelain | wc -l)" -eq 0 ]; then
7878
fi
7979

8080
git commit -m 'Autobump of deps'
81-
git push -u
81+
git push
8282

8383
if ! (( pr )); then
8484
gh pr create \

0 commit comments

Comments
 (0)