@@ -32,27 +32,27 @@ jobs:
3232 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
3333
3434 # Create a PR with the new versions and changelog, preparing the next release.
35- release-plz-pr :
36- name : Release-plz PR
37- runs-on : ubuntu-latest
38- permissions :
39- contents : write
40- pull-requests : write
41- concurrency :
42- group : release-plz-${{ github.ref }}
43- cancel-in-progress : false
44- steps :
45- - name : Checkout repository
46- uses : actions/checkout@v4
47- with :
48- fetch-depth : 0
49- - name : Install Rust toolchain
50- uses : dtolnay/rust-toolchain@stable
51- - name : Run release-plz
52- uses : release-plz/action@v0.5
53- with :
54- command : release-pr
55- config : release-plz.toml
56- env :
57- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
35+ # release-plz-pr:
36+ # name: Release-plz PR
37+ # runs-on: ubuntu-latest
38+ # permissions:
39+ # contents: write
40+ # pull-requests: write
41+ # concurrency:
42+ # group: release-plz-${{ github.ref }}
43+ # cancel-in-progress: false
44+ # steps:
45+ # - name: Checkout repository
46+ # uses: actions/checkout@v4
47+ # with:
48+ # fetch-depth: 0
49+ # - name: Install Rust toolchain
50+ # uses: dtolnay/rust-toolchain@stable
51+ # - name: Run release-plz
52+ # uses: release-plz/action@v0.5
53+ # with:
54+ # command: release-pr
55+ # config: release-plz.toml
56+ # env:
57+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+ # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments