Skip to content

fix(ci): add need for a sucessful build before releae and homebrew jobs #26

fix(ci): add need for a sucessful build before releae and homebrew jobs

fix(ci): add need for a sucessful build before releae and homebrew jobs #26

Workflow file for this run

name: release-plz
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: release-plz
uses: release-plz/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}