Skip to content

Commit 262a29d

Browse files
committed
chore: commit
1 parent 2b50764 commit 262a29d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release_rust.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
RELEASE_OUTPUT=$(tail -n 1 debug_output.log)
4242
echo "excluded_flags=$RELEASE_OUTPUT"
4343
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
44-
git config --global user.name "GitHub Actions"
45-
git config --global user.email "[email protected]"
46-
git add .
47-
git commit -m "chore: bump version to ${{ steps.version.outputs.version }}"
48-
git push --set-upstream origin release-${{ steps.version.outputs.version }}
4944
5045
- name: Create Pull Request
5146
uses: peter-evans/create-pull-request@v5
@@ -57,6 +52,7 @@ jobs:
5752
Please review the changes and merge to trigger the release.
5853
branch: release-${{ steps.version.outputs.version }}
5954
base: test-rust-ci
55+
commit-message: "chore: bump version to ${{ steps.version.outputs.version }}"
6056

6157
publish:
6258
needs: release

0 commit comments

Comments
 (0)