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 1818 with :
1919 submodules : recursive
2020 - 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+
2425 # Trigger the 'update-toml-version' workflow
2526 - name : Dispatch Update TOML Version Event
2627 if : success() # Ensure this runs only if the previous steps were successful
You can’t perform that action at this time.
0 commit comments