From 133151a9d30b81bcba581d2b90d2c40f85afaad0 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 18 Sep 2025 23:30:58 +0000 Subject: [PATCH] ci: fix release push URL Change-Id: twuxzmpxpwkxzwtllkktmousonmvyyqx I typoed this command - and unfortunately we can't easily test this without pushing to main... --- .tangled/workflows/packetmix-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tangled/workflows/packetmix-release.yml b/.tangled/workflows/packetmix-release.yml index afb90322..fbbd07f0 100644 --- a/.tangled/workflows/packetmix-release.yml +++ b/.tangled/workflows/packetmix-release.yml @@ -98,5 +98,5 @@ steps: done - name: Push to release command: | - git remote set-url --push git@tangled.sh:freshlybakedca.ke/patisserie + git remote set-url --push origin git@tangled.sh:freshlybakedca.ke/patisserie git push origin HEAD:refs/heads/release -- 2.43.0