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