File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Publish
22on :
33 push :
44 tags :
5+ - ' console-v[0-9]+.[0-9]+.[0-9]+*'
6+ - ' os-v[0-9]+.[0-9]+.[0-9]+*'
7+ - ' sqlite-v[0-9]+.[0-9]+.[0-9]+*'
8+ - ' timers-v[0-9]+.[0-9]+.[0-9]+*'
9+ - ' url-v[0-9]+.[0-9]+.[0-9]+*'
510 - ' v[0-9]+.[0-9]+.[0-9]+*'
611
712jobs :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sqlite = ["rquickjs-extra-sqlite"]
2121[dependencies ]
2222rquickjs-extra-console = { version = " 0.1.0" , path = " modules/console" , optional = true }
2323rquickjs-extra-os = { version = " 0.1.0" , path = " modules/os" , optional = true }
24- rquickjs-extra-sqlite = { version = " 0.1.0 " , path = " modules/sqlite" , optional = true }
24+ rquickjs-extra-sqlite = { version = " 0.1.1 " , path = " modules/sqlite" , optional = true }
2525rquickjs-extra-timers = { version = " 0.1.0" , path = " modules/timers" , optional = true }
2626rquickjs-extra-url = { version = " 0.1.0" , path = " modules/url" , optional = true }
2727
You can’t perform that action at this time.
0 commit comments