diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfaa61e..35c91af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Get current time id: date - run: echo "::set-output name=date::$(date +'%Y-%m-%d')" + run: echo "::set-output name=date::$(date +'%Y/%m/%d')" - name: Create a Release id: create_release