Skip to content

Commit e3c64ef

Browse files
authored
Merge pull request #395 from haskellfoundation/joachim/allow-empty
joachim/allow empty
2 parents 7308d25 + 895621c commit e3c64ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
cp -a -v _site/. .
7878
# Commit
7979
git add --all
80-
git --allow-empty commit -m "[`date '+%F %T %Z'`] New release [ci skip]"
80+
git commit --allow-empty -m "[`date '+%F %T %Z'`] New release [ci skip]"
8181
# Push
8282
git push origin main:main

0 commit comments

Comments
 (0)