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.
1 parent 32f31aa commit 275b03bCopy full SHA for 275b03b
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
- "v*"
6
7
env:
8
- RUST_VERSION: 1.86
+ RUST_VERSION: 1.90
9
10
jobs:
11
crates:
@@ -26,6 +26,18 @@ jobs:
26
- uses: rust-lang/[email protected]
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