Skip to content

Commit 4ae10be

Browse files
authored
removed commented code and dry runs
1 parent f3c0b71 commit 4ae10be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
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

0 commit comments

Comments
 (0)