Skip to content

Commit f328440

Browse files
committed
Merge branch 'beta'
* beta: upgrade test to test-1.4-250312130817 for all by cd test --generate-notes
2 parents 939afeb + 49f663c commit f328440

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/onestep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function publish()
154154
return
155155
fi
156156
upgrade
157-
gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.*
157+
gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.* --generate-notes
158158
}
159159

160160
function main()

configs/libs/test.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ else
3838
fi
3939

4040
# pre compiled
41-
export PRE_COMPILE_TAG=test-1.4-240628143810
41+
export PRE_COMPILE_TAG=test-1.4-250312130817
42+
export PRE_COMPILE_TAG_ANDROID=test-1.4-250312130817
43+
export PRE_COMPILE_TAG_TVOS=test-1.4-250312130817
44+
export PRE_COMPILE_TAG_MACOS=test-1.4-250312130817
45+
export PRE_COMPILE_TAG_IOS=test-1.4-250312130817

0 commit comments

Comments
 (0)