diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 4a06f7233..576c30ccf 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -48,5 +48,5 @@ jobs: reprepro includedeb ../*.deb git add -A git commit -am 'update' - git push origin master + git push origin main