Skip to content

chore(deps): bump async-trait from 0.1.82 to 0.1.83 (#23) #80

chore(deps): bump async-trait from 0.1.82 to 0.1.83 (#23)

chore(deps): bump async-trait from 0.1.82 to 0.1.83 (#23) #80

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-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: ⚙️ Install deps
run: |
sudo apt-get update
sudo apt install libdbus-1-dev pkg-config
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@main
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}