Skip to content

Commit c6783bb

Browse files
fix[ci]: use cargo +nightly in publish (#4011)
`cargo +nightly publish -Z package-workspace --no-verify --allow-dirty --workspace --dry-run` works locally Signed-off-by: Joe Isaacs <[email protected]>
1 parent eec0e17 commit c6783bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ jobs:
2727
2828
- name: Release
2929
run: |
30-
cargo publish -Z package-workspace --no-verify --allow-dirty --workspace \
30+
cargo +nightly publish -Z package-workspace --no-verify --allow-dirty --workspace \
3131
--exclude bench-vortex \
3232
--exclude vortex-python \
3333
--exclude vortex-duckdb \
34-
--exclude vortex-duckdb \
3534
--exclude vortex-ffi \
3635
--exclude vortex-fuzz \
3736
--exclude vortex-jni \

0 commit comments

Comments
 (0)