Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit b8f7a0b

Browse files
committed
fix: and again
1 parent 17418f2 commit b8f7a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish_upm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BRANCH=$1
22
TAG=$2
3-
git pull
43
git subtree split --prefix=Packages/com.nuclearband.sodatabase -b $BRANCH
4+
git pull -f
55
#git filter-branch --prune-empty --tree-filter 'rm -rf Tests' upm
66
git gc
77
git filter-repo --force --invert-paths --path Samples.meta --path-rename "Samples:Samples~" --refs $BRANCH

0 commit comments

Comments
 (0)