Skip to content

Commit 389acee

Browse files
committed
ci: add wrpc-pack crate release automation
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 95d4db7 commit 389acee

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/wrpc.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'crates/cli/v[0-9].[0-9]+.[0-9]+-*'
1212
- 'crates/introspect/v[0-9].[0-9]+.[0-9]+'
1313
- 'crates/introspect/v[0-9].[0-9]+.[0-9]+-*'
14+
- 'crates/pack/v[0-9].[0-9]+.[0-9]+'
15+
- 'crates/pack/v[0-9].[0-9]+.[0-9]+-*'
1416
- 'crates/runtime-wasmtime/v[0-9].[0-9]+.[0-9]+'
1517
- 'crates/runtime-wasmtime/v[0-9].[0-9]+.[0-9]+-*'
1618
- 'crates/transport-nats/v[0-9].[0-9]+.[0-9]+'
@@ -21,14 +23,14 @@ on:
2123
- 'crates/transport/v[0-9].[0-9]+.[0-9]+-*'
2224
- 'crates/wasmtime-nats-cli/v[0-9].[0-9]+.[0-9]+'
2325
- 'crates/wasmtime-nats-cli/v[0-9].[0-9]+.[0-9]+-*'
24-
- 'crates/wit-bindgen/v[0-9].[0-9]+.[0-9]+'
25-
- 'crates/wit-bindgen/v[0-9].[0-9]+.[0-9]+-*'
2626
- 'crates/wit-bindgen-go/v[0-9].[0-9]+.[0-9]+'
2727
- 'crates/wit-bindgen-go/v[0-9].[0-9]+.[0-9]+-*'
28-
- 'crates/wit-bindgen-rust/v[0-9].[0-9]+.[0-9]+'
29-
- 'crates/wit-bindgen-rust/v[0-9].[0-9]+.[0-9]+-*'
3028
- 'crates/wit-bindgen-rust-macro/v[0-9].[0-9]+.[0-9]+'
3129
- 'crates/wit-bindgen-rust-macro/v[0-9].[0-9]+.[0-9]+-*'
30+
- 'crates/wit-bindgen-rust/v[0-9].[0-9]+.[0-9]+'
31+
- 'crates/wit-bindgen-rust/v[0-9].[0-9]+.[0-9]+-*'
32+
- 'crates/wit-bindgen/v[0-9].[0-9]+.[0-9]+'
33+
- 'crates/wit-bindgen/v[0-9].[0-9]+.[0-9]+-*'
3234
- 'v[0-9].[0-9]+.[0-9]+'
3335
- 'v[0-9].[0-9]+.[0-9]+-*'
3436
workflow_dispatch:
@@ -197,6 +199,9 @@ jobs:
197199

198200
- crate: introspect
199201

202+
- crate: pack
203+
workspace-dependencies: true
204+
200205
- crate: runtime-wasmtime
201206
workspace-dependencies: true
202207

0 commit comments

Comments
 (0)