We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5202646 commit f66050fCopy full SHA for f66050f
.github/workflows/rust-release.yml
@@ -30,18 +30,3 @@ jobs:
30
ARCHIVE_TYPES: ${{ matrix.archive_type }}
31
ARCHIVE_NAME: json-lines-viewer-${{ matrix.archive_platform_name }}
32
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