From 63486b2a0fb8f0241b77177468285033d57253bd Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:46:40 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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