File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments