# Copyright (c) Microsoft Corporation. All rights reserved. # name: Release-plz permissions: pull-requests: write contents: write on: workflow_dispatch: jobs: release-plz: name: Release-plz runs-on: ubuntu-latest permissions: contents: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Install Rust toolchain uses: ./.github/actions/toolchains/rust - name: Run release-plz uses: MarcoIeni/release-plz-action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}