We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438038 commit c2d48a1Copy full SHA for c2d48a1
.github/workflows/publish-upon-release.yml
@@ -13,14 +13,6 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Publish crates for llama-cpp-sys-2
16
- run: cargo publish \
17
- --package llama-cpp-sys-2/Cargo.toml \
18
- --token ${{ secrets.CARGO_REGISTRY_TOKEN }} \
19
- --verbose \
20
- --dry-run
+ run: cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
21
- name: Publish crates for llama-cpp-2
22
23
- --package llama-cpp-2 \
24
25
26
+ run: cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
0 commit comments