Skip to content

Commit 432e8ce

Browse files
authored
removed the no-verify args
1 parent 351f477 commit 432e8ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-upon-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ jobs:
2222
with:
2323
path: './llama-cpp-2'
2424
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
25-
args: --no-verify
2625
dry-run: true
2726

2827
- name: Publish crates for llama-cpp-sys-2
2928
uses: katyo/publish-crates@v2
3029
with:
3130
path: './llama-cpp-sys-2'
3231
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
33-
args: --no-verify
3432
dry-run: true

0 commit comments

Comments
 (0)