Skip to content

Commit 8fc85fb

Browse files
committed
fix: allow already-published crates in release
1 parent 819806f commit 8fc85fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: dtolnay/rust-toolchain@stable
3030
- uses: Swatinem/rust-cache@v2
31-
- run: cargo publish -p vikacli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
31+
- run: cargo publish -p vikacli --token ${{ secrets.CARGO_REGISTRY_TOKEN }} || true
3232

3333
# ── Build cross-platform binaries ──────────────────────────────────────────
3434
build:

0 commit comments

Comments
 (0)