Skip to content

Commit 6d4db0c

Browse files
committed
ci: Ignore git commit error
1 parent 8281bef commit 6d4db0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
git commit -m "Release v$VERSION"
115115
else
116116
echo "Committing nightly ("$VERSION") ..."
117-
git commit -m "Nightly v$VERSION [ci skip]"
117+
git commit -m "Nightly v$VERSION [ci skip]" || echo "No changes to commit"
118118
fi
119119
git push -u origin main
120120
echo "Creating tag v$VERSION ..."

0 commit comments

Comments
 (0)