Skip to content

Commit 0279718

Browse files
Merge pull request #92 from spinframework/update-ci
Update CI to publish new crates
2 parents 32f31aa + c7e3172 commit 0279718

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)