# 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Install Rust toolchain uses: ./.github/actions/toolchains/rust - name: Run release-plz uses: MarcoIeni/release-plz-action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}