diff --git a/.drone.yml b/.drone.yml index 5f4f875..d1ce7a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,4 +36,4 @@ steps: - > curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia - - git push \ No newline at end of file + - git push --set-upstream origin main \ No newline at end of file