Skip to content

Commit

Permalink
🔧 📝 Fix, Chore(CI): Error on get date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 24, 2024
1 parent c0e22a1 commit 87367ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
echo "CAN_RELEASE=false" >> $env:GITHUB_ENV
}
$date = (Get-Date -Format "yyyy.MM.dd")
echo "date=$date" >> $env:GITHUB_ENV
- name: Check New Commit
shell: pwsh
run: |
Expand Down

0 comments on commit 87367ff

Please sign in to comment.