Skip to content

Commit 44edc9e

Browse files
committed
Use new cargo publish --workspace
1 parent 057cdfa commit 44edc9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ jobs:
6666

6767
- name: Dry-run release of crates
6868
if: matrix.os == 'ubuntu-latest'
69-
uses: katyo/publish-crates@v2
70-
with:
71-
path: "./"
72-
args: --allow-dirty --all-features
73-
dry-run: true
74-
ignore-unpublished-changes: true
69+
run: cargo publish --workspace --dry-run
7570

7671
# For windows
7772
- name: Windows extract duckdb

0 commit comments

Comments
 (0)