Skip to content

Commit bcbaec4

Browse files
Merge pull request #95 from spinframework/remove-ci
Stub out first-time manually published crates
2 parents f1fa105 + 68ee47d commit bcbaec4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)