From 09be870960e482c25a853375f1351e061a64f00b Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Wed, 22 May 2024 10:51:36 +0200 Subject: [PATCH] feat: [ANDROAPP-6165] update date uotput --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 1daca38592..1122215508 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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