Skip to content

Commit

Permalink
ci: update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 authored Aug 1, 2024
1 parent 502d0c8 commit 4d98c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d98c72

Please sign in to comment.