Skip to content

Commit 9825798

Browse files
committed
Remove --no-verify
1 parent c66a9ea commit 9825798

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v4
130130

131131
- name: Dry-run publish API
132-
run: cargo publish --no-verify --dry-run -p portablemc
132+
run: cargo publish --dry-run -p portablemc
133133

134134
- name: Dry-run publish CLI
135-
run: cargo publish --no-verify --dry-run -p portablemc-cli
135+
run: cargo publish --dry-run -p portablemc-cli

0 commit comments

Comments
 (0)