Change bump-version commit message

This commit is contained in:
Will Hou 2021-04-21 21:52:21 -04:00
Родитель 1bb63a5c38
Коммит 683ef08c74
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/bump-version.yml поставляемый
Просмотреть файл

@ -83,7 +83,7 @@ jobs:
- name: Commit version number change
run: |
git add -A
git commit -m "Release $NEW_VERSION"
git commit -m "Update version number to $NEW_VERSION"
- name: Push release
run: |