Skip to content

Commit cd50f4c

Browse files
Merge pull request #96 from spinframework/unstub-ci
Unstub CI for publishing crates
2 parents bcbaec4 + 6481da5 commit cd50f4c

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)