From 43126196264ebbeb72f5848012a3315c2b82253d Mon Sep 17 00:00:00 2001 From: Fotis Paschos Date: Tue, 31 Oct 2023 18:23:37 +0200 Subject: [PATCH] CI: Publish fixes --- .github/workflows/publish.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b6a12c..c783106 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,21 +26,21 @@ jobs: env: CRATES_IO_TOKEN: ${{ secrets.crates_io_token }} - - name: Dry run publish proto-mapper-core - run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-core --features protobuf - - - name: Publish crate proto-mapper-core - run: cargo publish --manifest-path Cargo.toml -p proto-mapper-core --features protobuf - env: - CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }} - - - name: Dry run publish proto-mapper-derive - run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf - - - name: Publish crate proto-mapper-derive - run: cargo publish --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf - env: - CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }} +# - name: Dry run publish proto-mapper-core +# run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-core --features protobuf +# +# - name: Publish crate proto-mapper-core +# run: cargo publish --manifest-path Cargo.toml -p proto-mapper-core --features protobuf +# env: +# CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }} +# +# - name: Dry run publish proto-mapper-derive +# run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf +# +# - name: Publish crate proto-mapper-derive +# run: cargo publish --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf +# env: +# CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }} - name: Dry run publish proto-mapper run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper --features protobuf