From bb03078ac38562f1400050cc34ebbc7bdbe7cf86 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Sun, 16 Jul 2023 00:53:07 +0900 Subject: [PATCH] Fix CI issues round 1 --- .github/workflows/publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6c2c72..d08b899 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,15 +33,9 @@ jobs: echo "Invalid prefix in tag: $PREFIX" exit 1 esac - cd $CRATE_NAME - cargo publish --all-features - - name: Publish - uses: actions-rs/cargo@v1 + cargo publish --all-features -p $CRATE_NAME env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - with: - command: publish - args: --all-features publish_cli_binary: name: Release build with ${{ matrix.os }}