diff --git a/deploy.sh b/deploy.sh index d1859fb..d8f6106 100644 --- a/deploy.sh +++ b/deploy.sh @@ -14,7 +14,8 @@ git config --global user.name "Ronald Jack Jenkins Jr." POM_VERSION=$(cat .version | xargs) git add pom.xml README.md -git commit -m "Committing release $POM_VERSION" +git commit -m "Committing release $POM_VERSION [skip ci]" +git push git tag "$POM_VERSION" git push origin "$POM_VERSION"