Skip to content

Commit f66050f

Browse files
authored
Mark search results
* mark search results yellow * removed auto publish releases on crates.io
1 parent 5202646 commit f66050f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/rust-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,3 @@ jobs:
3030
ARCHIVE_TYPES: ${{ matrix.archive_type }}
3131
ARCHIVE_NAME: json-lines-viewer-${{ matrix.archive_platform_name }}
3232
UPLOAD_MODE: release
33-
publish-crate:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v2
38-
- name: Set up Rust
39-
uses: actions-rs/toolchain@v1
40-
with:
41-
toolchain: nightly
42-
profile: minimal
43-
components: rustfmt
44-
- name: Login to crates.io
45-
run: cargo login ${{ secrets.CRATES_TOKEN }}
46-
- name: Publish crate
47-
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)