diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bed0350..c9d8e7b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,13 +27,13 @@ jobs: - name: Get current date/time id: date run: | - echo "{date}={$(date +'%Y-%m-%dT%H:%M:%S')}" >> $GITHUB_STATE + echo "{date}={$(date +'%Y.%m.%d-T%H.%M.%S')}" >> $GITHUB_STATE - name: Automatic Releases uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: "0.0.0-CI-${{ env.date }}" + automatic_release_tag: "${{ env.date }}-CI" files: | **/*.zip