Skip to content

Commit 4b1d4ca

Browse files
authored
Create release-pr.yml
1 parent 70df4e5 commit 4b1d4ca

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Release-plz
2+
3+
permissions:
4+
pull-requests: write
5+
contents: write
6+
7+
on: workflow_dispatch
8+
9+
jobs:
10+
release-plz:
11+
name: Release-plz
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
- name: Install Rust toolchain
19+
uses: dtolnay/rust-toolchain@stable
20+
- name: Run release-plz
21+
uses: MarcoIeni/[email protected]
22+
with:
23+
command: release-pr
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)