We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad25d0 commit e817901Copy full SHA for e817901
.github/workflows/version.yml
@@ -33,10 +33,10 @@ jobs:
33
34
- name: Commit changes
35
run: |
36
- git config --global user.name "GitHub Actions"
37
- git config --global user.email "actions@github.com"
+ git config --global user.name "Wasp Bot"
+ git config --global user.email "waspbot@waspcripts.com"
38
git add version.simba
39
- git commit -m "Bump version to $CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DAY-$COMMIT_HASH"
+ git commit -m "Automatic version bump to $CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DAY-$COMMIT_HASH"
40
git push
41
42
- name: Create new tag
0 commit comments