Skip to content

Commit e817901

Browse files
committed
Update version.yml
1 parent 6ad25d0 commit e817901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
3434
- name: Commit changes
3535
run: |
36-
git config --global user.name "GitHub Actions"
37-
git config --global user.email "actions@github.com"
36+
git config --global user.name "Wasp Bot"
37+
git config --global user.email "waspbot@waspcripts.com"
3838
git add version.simba
39-
git commit -m "Bump version to $CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DAY-$COMMIT_HASH"
39+
git commit -m "Automatic version bump to $CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DAY-$COMMIT_HASH"
4040
git push
4141
4242
- name: Create new tag

0 commit comments

Comments
 (0)