We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f31aa + c7e3172 commit 0279718Copy full SHA for 0279718
.github/workflows/release.yml
@@ -26,6 +26,18 @@ jobs:
26
- uses: rust-lang/crates-io-auth-action@v1.0.1
27
id: auth
28
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
38
39
40
41
- name: Publish spin-executor to crates.io
42
working-directory: ./crates/executor
43
run: cargo publish
0 commit comments