Skip to content
Snippets Groups Projects
Commit f251f6dd authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Add 'origin master' to git push --set-upstream

parent 84acec7d
No related branches found
No related tags found
No related merge requests found
Pipeline #19942 passed
......@@ -81,7 +81,7 @@ async function commitAndPushWithUpdatedVersions(
await $`git add .`
if ((await $`git diff --quiet --staged`.exitCode) !== 0) {
await $`git commit -m ${nextVersion}`
await $`git push --set-upstream`
await $`git push --set-upstream origin master`
}
await $`git tag -a ${nextVersion} -m ${nextVersion}`
await $`git push --set-upstream --tags`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment