Skip to content

Commit c20a1c6

Browse files
committed
Fix deploy issue
1 parent 5b8a776 commit c20a1c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v5
5555
- uses: changepacks/action@main
56-
env:
57-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
5856
id: changepacks
5957
- name: Publish
6058
run: cargo publish --workspace
61-
if: ${{ steps.changepacks.outputs.changepacks != '[]' }}
59+
if: ${{ contains(steps.changepacks.outputs.changepacks, 'crates/vespera/Cargo.toml') }}
60+
env:
61+
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)