Skip to content

chore(deps): update rust crate async-trait to v0.1.89 (#590) #417

chore(deps): update rust crate async-trait to v0.1.89 (#590)

chore(deps): update rust crate async-trait to v0.1.89 (#590) #417

Workflow file for this run

name: release
on:
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: write
contents: write
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- uses: release-plz/action@f9715bc3b46e211f764f4440a221ddb89ae8abb3 # v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config: .github/release-plz.toml
command: release-pr