ci: now release has cargo publish

This commit is contained in:
robcholz
2026-02-07 21:49:34 -05:00
parent 7205930333
commit 2357f2cd45

View File

@@ -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