From aaaf1ed9f6acb681ec9380f4b6cd0ba1de18af7e Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 26 May 2023 22:02:43 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20crates.io=20publish=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6ad79c0..cd172da 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -110,6 +110,19 @@ jobs: toolchain: stable override: true + - name: Build + uses: actions-rs/cargo@v1 + with: + command: build + args: --release + + - name: Publish + uses: actions-rs/cargo@v1 + with: + command: publish + env: + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + homebrew: name: Bump Homebrew formula runs-on: macos-latest