Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit f90c74d

Browse files
committed
ci: Re-enable shared, macros crate for publish
1 parent 7f9b3cf commit f90c74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v4
7474
- run: cargo package
75-
# - run: cargo publish -p axum-accept-shared --token ${{ secrets.CRATES_IO_TOKEN }}
76-
# - run: cargo publish -p axum-accept-macros --token ${{ secrets.CRATES_IO_TOKEN }}
75+
- run: cargo publish -p axum-accept-shared --token ${{ secrets.CRATES_IO_TOKEN }}
76+
- run: cargo publish -p axum-accept-macros --token ${{ secrets.CRATES_IO_TOKEN }}
7777
- run: cargo publish -p axum-accept --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)