diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 26cb888..5aa66a2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -110,18 +110,18 @@ jobs: toolchain: stable override: true - # - name: Build - # uses: actions-rs/cargo@v1 - # with: - # command: build - # args: --release + - 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 }} + - name: Publish + uses: actions-rs/cargo@v1 + with: + command: publish + env: + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} homebrew: name: Bump Homebrew formula