Skip to content

Commit e3aff4b

Browse files
committed
chore: v7
1 parent 262a29d commit e3aff4b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release_rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ jobs:
4343
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
4444
4545
- name: Create Pull Request
46-
uses: peter-evans/create-pull-request@v5
46+
uses: peter-evans/create-pull-request@v7
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
title: "Release v${{ steps.version.outputs.version }}"
5050
body: |
5151
This PR is automatically created to release version ${{ steps.version.outputs.version }}.
5252
Please review the changes and merge to trigger the release.
53-
branch: release-${{ steps.version.outputs.version }}
53+
branch: release-rust-${{ steps.version.outputs.version }}
54+
add-paths: |
55+
.
5456
base: test-rust-ci
5557
commit-message: "chore: bump version to ${{ steps.version.outputs.version }}"
5658

0 commit comments

Comments
 (0)