Skip to content

Commit 2ea6f81

Browse files
authored
fix release command on ci
1 parent 3798598 commit 2ea6f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ jobs:
205205

206206
- uses: Swatinem/rust-cache@v2
207207

208-
- run: cargo publish
208+
- run: cargo publish -p jiter
209209
env:
210210
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)