Skip to content

Commit 6e5e25c

Browse files
committed
RLB Fix 4
1 parent c53e03b commit 6e5e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Commit and push changes
4242
run: |
4343
git add .
44-
git commit -m "Latest build $(date +%Y-%m-%d %H:%M:%S)"
44+
git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S")"
4545
git push origin latest-release
4646

0 commit comments

Comments
 (0)