We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b50764 commit 262a29dCopy full SHA for 262a29d
1 file changed
.github/workflows/release_rust.yml
@@ -41,11 +41,6 @@ jobs:
41
RELEASE_OUTPUT=$(tail -n 1 debug_output.log)
42
echo "excluded_flags=$RELEASE_OUTPUT"
43
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
44
- git config --global user.name "GitHub Actions"
45
- git config --global user.email "actions@github.com"
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 }}
49
50
- name: Create Pull Request
51
uses: peter-evans/create-pull-request@v5
@@ -57,6 +52,7 @@ jobs:
57
52
Please review the changes and merge to trigger the release.
58
53
branch: release-${{ steps.version.outputs.version }}
59
54
base: test-rust-ci
55
+ commit-message: "chore: bump version to ${{ steps.version.outputs.version }}"
60
56
61
publish:
62
needs: release
0 commit comments