fix(ci): stash before checkout in merge step

This commit is contained in:
justsisyphus 2026-01-17 17:58:48 +09:00
parent a2f64e18f3
commit ef7276a46a

View File

@ -152,6 +152,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
VERSION=$(jq -r '.version' package.json)
git stash --include-untracked || true
git checkout master
git reset --hard "v${VERSION}"
git push -f origin master