diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f953122..2fd10dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,17 +129,17 @@ jobs: run: | cp README.md lib cp README.md cli - - name: cargo publish lib - uses: actions-rs/cargo@v1 - env: - CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} - with: - command: publish - args: --allow-dirty --manifest-path lib/Cargo.toml - - name: cargo fetch - uses: actions-rs/cargo@v1 - with: - command: fetch + # - name: cargo publish lib + # uses: actions-rs/cargo@v1 + # env: + # CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} + # with: + # command: publish + # args: --allow-dirty --manifest-path lib/Cargo.toml + # - name: cargo fetch + # uses: actions-rs/cargo@v1 + # with: + # command: fetch - name: cargo publish cli uses: actions-rs/cargo@v1 env: @@ -196,7 +196,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release --target ${{ matrix.target }} ${{ matrix.features }} + args: --manifest-path cli/Cargo.toml --release --target ${{ matrix.target }} ${{ matrix.features }} - name: Package shell: bash run: |