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.
2 parents 939afeb + 49f663c commit f328440Copy full SHA for f328440
.github/workflows/onestep.sh
@@ -154,7 +154,7 @@ function publish()
154
return
155
fi
156
upgrade
157
- gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.*
+ gh release create $TAG --target $(git branch --show-current) -t $TITLE $DIST_DIR/*.* --generate-notes
158
}
159
160
function main()
configs/libs/test.sh
@@ -38,4 +38,8 @@ else
38
39
40
# pre compiled
41
-export PRE_COMPILE_TAG=test-1.4-240628143810
+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