Skip to content

chore(deps): bump log from 0.4.22 to 0.4.25 (#226) #27

chore(deps): bump log from 0.4.22 to 0.4.25 (#226)

chore(deps): bump log from 0.4.22 to 0.4.25 (#226) #27

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