Skip to content

Commit 85b2e4c

Browse files
committed
Fix deploy issue
1 parent 88e3cbd commit 85b2e4c

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespera_macro/Cargo.toml":"Patch","crates/vespera_core/Cargo.toml":"Patch","crates/vespera/Cargo.toml":"Patch"},"note":"Fix deploy issue","date":"2025-11-26T06:41:33.458196500Z"}

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v5
5555
- uses: changepacks/action@main
56-
with:
57-
publish: true
5856
env:
5957
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
58+
id: changepacks
59+
- name: Publish
60+
run: cargo publish --workspace
61+
if: ${{ steps.changepacks.outputs.changepacks != '[]' }}

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)