We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53e03b commit 6e5e25cCopy full SHA for 6e5e25c
.github/workflows/release.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Commit and push changes
42
run: |
43
git add .
44
- git commit -m "Latest build $(date +%Y-%m-%d %H:%M:%S)"
+ git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S")"
45
git push origin latest-release
46
0 commit comments