Skip to content

Commit d104949

Browse files
committed
Maybe fix nightlies
1 parent f85abb8 commit d104949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
3030

31-
- run: git commit --no-edit --allow-empty
31+
- run: git commit --allow-empty -m "Nightly Deploy"
3232
- run: git push upstream master:release -f

0 commit comments

Comments
 (0)