Skip to content

ci-release

ci-release #14

Workflow file for this run

name: Release Rust Crate
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
release-cli:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run release-plz
uses: release-plz/[email protected]
with:
manifest_path: protypo/Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}