Skip to content

Commit 64aa3b0

Browse files
committed
Birthday [v1.0.1-DEV_BUILD]
1 parent 12d9bab commit 64aa3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Get Commit Message
5252
id: commit_message
5353
run: |
54-
COMMIT_MSG=$(git log -1 --pretty=format:"%s")
54+
COMMIT_MSG=$(git log -1 --pretty=format:"%s" | sed 's/[^a-zA-Z0-9_-]/_/g')
5555
echo "commit_message=$COMMIT_MSG" >> $GITHUB_ENV
5656
5757
# Створення релізу

0 commit comments

Comments
 (0)