Skip to content

Commit f44fea3

Browse files
committed
Update bump-version.yml
1 parent 21b978d commit f44fea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump-version.yml

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
git config user.name 'f3ve'
5656
git config user.email '${{ secrets.MY_EMAIL }}'
5757
58+
- name: cleaning up git
59+
run: |
60+
git add .
61+
git commit -m "chore: preparing for release"
62+
5863
- name: bump version
5964
run: npm version ${{ github.event.inputs.version }}
6065

0 commit comments

Comments
 (0)