diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f989f21..2373d07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,11 @@ jobs: - name: Build release binary run: cargo build --release --locked + - name: Publish crate + env: + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + run: cargo publish --locked + - name: Package binary run: | cd target/release