From ff19ea6f9513b51e4913104d5b5a1b9384577ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 29 Jan 2025 14:50:10 +0100 Subject: [PATCH] fixu --- .github/workflows/sync-infix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-infix.yml b/.github/workflows/sync-infix.yml index 253d864..bfbb03c 100644 --- a/.github/workflows/sync-infix.yml +++ b/.github/workflows/sync-infix.yml @@ -23,6 +23,7 @@ jobs: git config --global user.name 'Wires bot' git config --global user.email 'noreply@wires.se' CHANGES=0 + git tag -d latest if [ -z "$(git branch | grep latest)" ]; then if [ -n "$(git branch -r | grep latest)" ]; then git checkout latest @@ -59,5 +60,5 @@ jobs: echo "has_changes=$CHANGES" >> $GITHUB_OUTPUT if [ $CHANGES -eq 1 ]; then - git push origin latest + git push latest fi