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

build(deps): bump config from 0.13.3 to 0.13.4 (#12) #6

build(deps): bump config from 0.13.3 to 0.13.4 (#12)

build(deps): bump config from 0.13.3 to 0.13.4 (#12) #6

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