File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 -
uses :
rust-lang/[email protected] 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 }}
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 }}
3434
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 }}
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 }}
4040
4141 - name : Publish spin-executor to crates.io
4242 working-directory : ./crates/executor
You can’t perform that action at this time.
0 commit comments