mirror of
https://github.com/robcholz/vibebox.git
synced 2026-04-01 00:10:15 +02:00
ci: now release has cargo publish
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user