Skip to content

Commit 4e8a8e3

Browse files
committedDec 2, 2024··
ping
1 parent f9aed86 commit 4e8a8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/up.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sed -E -i "s/<version>[^<]+/<version>${latest}/g" README.md
4141
- uses: peter-evans/create-pull-request@v7
4242
with:
43-
commit-message: 'new version in README'
43+
commit-message: 'New version in README'
4444
delete-branch: true
4545
title: 'New version in README'
4646
assignees: yegor256

0 commit comments

Comments
 (0)
Please sign in to comment.