Skip to content

Commit

Permalink
fixu
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Jan 29, 2025
1 parent 32d74a2 commit ff19ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-infix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,5 +60,5 @@ jobs:
echo "has_changes=$CHANGES" >> $GITHUB_OUTPUT
if [ $CHANGES -eq 1 ]; then
git push origin latest
git push latest
fi

0 comments on commit ff19ea6

Please sign in to comment.