mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
ci: 🚧 Comment publish to crates.io step
This commit is contained in:
parent
5040e11a30
commit
58caf5e9b9
30
.github/workflows/cd.yaml
vendored
30
.github/workflows/cd.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user