Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

build(deps): bump serde from 1.0.192 to 1.0.193 (#11) #5

build(deps): bump serde from 1.0.192 to 1.0.193 (#11)

build(deps): bump serde from 1.0.192 to 1.0.193 (#11) #5

Workflow file for this run

name: release-plz
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release-plz:
name: release-plz
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
run: rustup update
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}