Skip to content

Commit

Permalink
feat: [ANDROAPP-6165] update date uotput
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed May 22, 2024
1 parent b9001d7 commit 09be870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Set Current Date
- name: Set current date
id: date
run: echo "date=$('%Y-%m-%d')" >> "$GITHUB_OUTPUT"
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"

# Set Repository Name As Env Variable
- name: Set repository name as env variable
Expand Down

0 comments on commit 09be870

Please sign in to comment.