Skip to content

Commit 8bc46ee

Browse files
chore: create branch for version bump in CI pipeline
1 parent 7bf9fc8 commit 8bc46ee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,9 @@ jobs:
155155
echo "new_version=${NEW_VERSION}" >> $GITHUB_OUTPUT
156156
157157
- name: Commit version change
158-
uses: iarekylew00t/verified-bot-commit@v1
159-
with:
160-
message: "chore: bump version to ${{ env.NEW_VERSION }}"
161-
files: |
162-
Cargo.toml
158+
run: |
159+
git add Cargo.toml
160+
git commit -m "chore: bump version to ${{ env.NEW_VERSION }}"
163161
164162
- name: Push branch
165163
run: |

0 commit comments

Comments
 (0)