fix(ci): stash before checkout in merge step

This commit is contained in:
justsisyphus
2026-01-17 17:58:48 +09:00
parent d44c494fd9
commit 1c5fe314c8
+1
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