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

build(deps): bump color-eyre from 0.6.2 to 0.6.3 (#34) #33

build(deps): bump color-eyre from 0.6.2 to 0.6.3 (#34)

build(deps): bump color-eyre from 0.6.2 to 0.6.3 (#34) #33

Workflow file for this run

name: Release
permissions:
pull-requests: write
contents: write
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-plz:
uses: joshka/github-workflows/.github/workflows/rust-release-plz.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}