diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 844800c..e88aa51 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -40,8 +40,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - title: "release: update version" + title: "chore: update version" body: "Update version in ImmutableDataTypes.h" - branch: "release/update-version" - commit-message: "release: update version" + branch: "chore/update-version" + commit-message: "chore: update version" labels: release