Skip to content

Commit 2df291b

Browse files
committed
chore: workflow formatting
1 parent b459cc6 commit 2df291b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Auto-publish libsql-server updates
22

33
on:
44
schedule:
5-
# Run daily at 9 AM UTC
6-
- cron: '0 9 * * *'
5+
- cron: '0 9 * * *' # Run daily at 9 AM UTC
76
workflow_dispatch: # Allow manual triggering
87
push:
98
branches: [main]
@@ -82,4 +81,4 @@ jobs:
8281
- Linux ARM64 (@sqld/linux-arm64)
8382
- Linux x64 (@sqld/linux-x64)
8483
draft: false
85-
prerelease: false
84+
prerelease: false

0 commit comments

Comments
 (0)