diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 8cf34d7..e58f103 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -25,7 +25,7 @@ jobs: - name: Commit changes uses: EndBug/add-and-commit@v9 with: - message: "Update: Script execution" + message: "bump new version" add: . committer_name: "GitHub Actions" committer_email: "actions@github.com"