diff --git a/script/workflows/git-commit-and-push-gemfile.sh b/script/workflows/git-commit-and-push-gemfile.sh index 5165214..ab95e89 100755 --- a/script/workflows/git-commit-and-push-gemfile.sh +++ b/script/workflows/git-commit-and-push-gemfile.sh @@ -5,4 +5,5 @@ set -eou >/dev/null git add Gemfile.lock git commit -m "feat(gems): $COMMIT_MESSAGE -[ci-skip]" \ No newline at end of file +[ci-skip]" +git push