ci: 🚧 Comment publish to crates.io step

This commit is contained in:
Sergio Gasquez 2023-02-21 11:27:03 +01:00
parent 5040e11a30
commit 58caf5e9b9

View File

@ -63,18 +63,18 @@ jobs:
file: target/${{ matrix.job.target }}/release/espup${{ matrix.job.binary-postfix }}
asset_name: espup-${{ matrix.job.target }}${{ matrix.job.binary-postfix }}
tag: ${{ github.ref }}
publish-cratesio:
name: Publishing to Crates.io
needs: publish-release
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: Enable caching
uses: Swatinem/rust-cache@v2
- name: Cargo publish
run: cargo publish --token ${{ secrets.CARGO_API_KEY }}
# publish-cratesio:
# name: Publishing to Crates.io
# needs: publish-release
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Install Rust toolchain
# uses: dtolnay/rust-toolchain@v1
# with:
# toolchain: stable
# - name: Enable caching
# uses: Swatinem/rust-cache@v2
# - name: Cargo publish
# run: cargo publish --token ${{ secrets.CARGO_API_KEY }}