Skip to content

Commit 6a55145

Browse files
committed
Fix bump version CI
1 parent 880c806 commit 6a55145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Docker Image
1+
name: Bump version
22

33
on:
44
push:
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Commit report
2525
run: |
26+
git checkout main
2627
git config --global user.name 'CI Bot'
2728
git config --global user.email 'ci-bot@users.noreply.github.com'
2829
git commit -am "Bump version to ${{ github.ref_name }}"

0 commit comments

Comments
 (0)