Skip to content

Commit c7e3172

Browse files
committed
Update CI to publish new crates
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent 32f31aa commit c7e3172

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ jobs:
2626
- uses: rust-lang/crates-io-auth-action@v1.0.1
2727
id: auth
2828

29+
- name: Publish spin-wasip3-http-macro to crates.io
30+
working-directory: ./crates/spin-wasip3-http-macro
31+
run: cargo publish
32+
env:
33+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
34+
35+
- name: Publish spin-wasip3-http to crates.io
36+
working-directory: ./crates/spin-wasip3-http
37+
run: cargo publish
38+
env:
39+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
40+
2941
- name: Publish spin-executor to crates.io
3042
working-directory: ./crates/executor
3143
run: cargo publish

0 commit comments

Comments
 (0)