Skip to content

Commit cd3d09a

Browse files
committed
fix: skip tauri verify in cargo publish
1 parent c8ce739 commit cd3d09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
librsvg2-dev \
3636
patchelf
3737
38-
- run: cargo publish --workspace
38+
- run: cargo publish --workspace --no-verify

0 commit comments

Comments
 (0)