Skip to content

Commit 1eb2c80

Browse files
committed
Fix cicd option
1 parent 37e9d45 commit 1eb2c80

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ jobs:
7676
- uses: actions/checkout@v5
7777
- uses: changepacks/action@main
7878
id: changepacks
79-
- name: Publish
80-
run: cargo publish --workspace
81-
if: ${{ contains(steps.changepacks.outputs.changepacks, 'crates/vespera/Cargo.toml') }}
79+
with:
80+
publish: true
8281
env:
8382
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)