Skip to content

Commit 87367ff

Browse files
committed
🔧 📝 Fix, Chore(CI): Error on get date.
1 parent c0e22a1 commit 87367ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
echo "CAN_RELEASE=false" >> $env:GITHUB_ENV
4545
}
4646
47+
$date = (Get-Date -Format "yyyy.MM.dd")
48+
echo "date=$date" >> $env:GITHUB_ENV
49+
4750
- name: Check New Commit
4851
shell: pwsh
4952
run: |

0 commit comments

Comments
 (0)