Skip to content

Commit 2ca6f1d

Browse files
committed
updated version 1.0.4-SNAPSHOT
1 parent 23492af commit 2ca6f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Get release description
5555
run: |
56-
DESCRIPTION=$(git log ${{ github.event.before }}..${{ github.sha }} --pretty=format:'- %s' | grep -v "updated version")
56+
DESCRIPTION=$(git log ${{ github.event.before }}..${{ github.sha }} --pretty=format:'- %s' | grep -v "updated version" || true)
5757
echo "DESCRIPTION<<EOF" >> $GITHUB_ENV
5858
echo "$DESCRIPTION" >> $GITHUB_ENV
5959
echo "EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)