fix: force checkout main to avoid unstaged changes during rebase
Publish Release / build-net9 (push) Successful in 1m1s Details
Publish Release / build-net10 (push) Successful in 57s Details
Publish Release / release (push) Successful in 12s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filtik 2026-07-02 22:40:37 +02:00
parent 524792465f
commit 0d5b924f8b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ jobs:
git config user.email "actions@noreply.local" git config user.email "actions@noreply.local"
cp manifest.json /tmp/manifest_updated.json cp manifest.json /tmp/manifest_updated.json
git fetch origin main git fetch origin main
git checkout main git checkout -f main
git pull --rebase origin main git pull --rebase origin main
cp /tmp/manifest_updated.json manifest.json cp /tmp/manifest_updated.json manifest.json
git add manifest.json git add manifest.json