diff --git a/Jenkinsfile b/Jenkinsfile index 1eb329e..56a6224 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -177,7 +177,7 @@ pipeline { { echo "new-tag requested in commit message: $BUMPED_VERSION" sh("git tag $BUMPED_VERSION") - sh("git push origin master --tags") + sh("git push origin --tags") } } }