Skip to content

build(deps): bump potential_utf from 0.1.2 to 0.1.3 (#349) #252

build(deps): bump potential_utf from 0.1.2 to 0.1.3 (#349)

build(deps): bump potential_utf from 0.1.2 to 0.1.3 (#349) #252

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}