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
2
2
on :
3
3
push :
4
4
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]+*'
5
10
- ' v[0-9]+.[0-9]+.[0-9]+*'
6
11
7
12
jobs :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sqlite = ["rquickjs-extra-sqlite"]
21
21
[dependencies ]
22
22
rquickjs-extra-console = { version = " 0.1.0" , path = " modules/console" , optional = true }
23
23
rquickjs-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 }
25
25
rquickjs-extra-timers = { version = " 0.1.0" , path = " modules/timers" , optional = true }
26
26
rquickjs-extra-url = { version = " 0.1.0" , path = " modules/url" , optional = true }
27
27
You can’t perform that action at this time.
0 commit comments