File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
submodules : recursive
20
20
- name : Publish crates for llama-cpp-sys-2
21
- run : RUST_BACKTRACE=1 cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
22
- # - name: Publish crates for llama-cpp-2
23
- # run: RUST_BACKTRACE=1 cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
21
+ run : RUST_BACKTRACE=1 cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
22
+ - name : Publish crates for llama-cpp-2
23
+ run : RUST_BACKTRACE=1 cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
24
+
24
25
# Trigger the 'update-toml-version' workflow
25
26
- name : Dispatch Update TOML Version Event
26
27
if : success() # Ensure this runs only if the previous steps were successful
You can’t perform that action at this time.
0 commit comments