Skip to content

Commit c2d48a1

Browse files
committed
removed newlines
1 parent 6438038 commit c2d48a1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- 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
16+
run: cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
2117
- name: Publish crates for llama-cpp-2
22-
run: cargo publish \
23-
--package llama-cpp-2 \
24-
--token ${{ secrets.CARGO_REGISTRY_TOKEN }} \
25-
--verbose \
26-
--dry-run
18+
run: cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run

0 commit comments

Comments
 (0)