We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1bc50 commit 69030b7Copy full SHA for 69030b7
.github/workflows/onestep.sh
@@ -87,6 +87,7 @@ function upgrade()
87
sed -i "" "s/^export PRE_COMPILE_TAG=.*/export PRE_COMPILE_TAG=$TAG/" $file
88
git add $file
89
git commit -m "upgrade $LIB_NAME to $TAG by cd"
90
+ git pull --rebase
91
git push origin
92
}
93
0 commit comments