Skip to content

Commit 142c02c

Browse files
committed
Fix cicd
1 parent 0ec0db3 commit 142c02c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
- uses: actions/checkout@v5
6262
- uses: changepacks/action@main
6363
id: changepacks
64-
- name: Publish
65-
run: cargo publish --workspace
66-
if: ${{ contains(steps.changepacks.outputs.changepacks, 'crates/vespertide/Cargo.toml') }}
64+
with:
65+
publish: true
6766
env:
68-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
67+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)