Skip to content

Commit e3f7366

Browse files
committed
removed dry-run
1 parent 432e8ce commit e3f7366

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,11 +22,9 @@ jobs:
2222
with:
2323
path: './llama-cpp-2'
2424
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
25-
dry-run: true
2625

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

0 commit comments

Comments
 (0)