File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - master
77
88jobs :
9- # Release unpublished packages.
10- release-plz-release :
11- name : Release-plz release
12- runs-on : ubuntu-latest
13- if : ${{ github.repository_owner == 'compio-rs' }}
14- permissions :
15- contents : write
16- steps :
17- - &checkout
18- name : Checkout repository
19- uses : actions/checkout@v6
20- with :
21- fetch-depth : 0
22- persist-credentials : false
23- - &install-rust
24- name : Install Rust toolchain
25- uses : dtolnay/rust-toolchain@nightly
26- - name : Run release-plz
27- uses : release-plz/action@v0.5
28- with :
29- command : release
30- env :
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
33-
349 # Create a PR with the new versions and changelog, preparing the next release.
3510 release-plz-pr :
3611 name : Release-plz PR
You can’t perform that action at this time.
0 commit comments