diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 9c9cebf..f45de2a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -28,4 +28,5 @@ jobs: git add . # "echo" returns true so the build succeeds, even if no changed files git commit -m 'Update generated files' || echo - git push + # git push + git push -f origin master