File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 73
73
steps :
74
74
- configure_environment_variables
75
75
- prepare
76
- - publish_release
76
+ - publish_release :
77
+ filters :
78
+ tags :
79
+ only : /^v.+$/
80
+ # only: /^v\d+\.\d+\.\d+(-rc\d+)?$/
77
81
publish_darwin_staticlib :
78
82
macos :
79
83
xcode : " 12.5.1"
92
96
- run : cd rust && rustup default $(cat rust-toolchain)
93
97
- run : cd rust && cargo fetch
94
98
- run : cd rust && cargo install cargo-lipo
95
- - publish_darwin_release
99
+ - publish_darwin_release :
100
+ filters :
101
+ tags :
102
+ only : /^v.+$/
103
+ # only: /^v\d+\.\d+\.\d+(-rc\d+)?$/
96
104
cargo_fetch :
97
105
executor : rust
98
106
working_directory : /mnt/crate
@@ -167,16 +175,9 @@ workflows:
167
175
- go_lint
168
176
- build_and_test_linux_cgo_bindings :
169
177
run_leak_detector : false
170
- - publish_linux_staticlib :
171
- filters :
172
- tags :
173
- only : /^v.+$/
174
- # only: /^v\d+\.\d+\.\d+(-rc\d+)?$/
178
+ - publish_linux_staticlib
175
179
- build_darwin_cgo_bindings
176
- - publish_darwin_staticlib :
177
- filters :
178
- tags :
179
- only : /^v.+$/
180
+ - publish_darwin_staticlib
180
181
181
182
commands :
182
183
prepare :
You can’t perform that action at this time.
0 commit comments