diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 135a5ff..f54aef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,4 +69,4 @@ jobs: git config --global user.name "Build Job" git add . git commit -m "added rebuilded binaries" - git push \ No newline at end of file + git push origin HEAD:master \ No newline at end of file