Skip to content

Commit e720898

Browse files
committed
adapt commit message
1 parent 582c167 commit e720898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
git add .
207207
- name: Commit changes
208208
run: |
209-
git commit -m "Update version to $RELEASE_VERSION"
209+
git commit -m "Prepare release version $RELEASE_VERSION"
210210
- name: push all changes
211211
run: |
212212
git push origin release-"$RELEASE_VERSION"

0 commit comments

Comments
 (0)