diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index ab842de..7da8cb5 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -45,6 +45,9 @@ jobs: - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root + - name: Get current time + id: time + run: echo "::set-output name=time::$(date +'%Y-%m-%d %H:%M %p')" #---------------------------------------------- # install and run the project #---------------------------------------------- @@ -66,9 +69,9 @@ jobs: with: name: calendars path: calendars - - name: Create new release uses: akkuman/gitea-release-action@v1 + name: ${{ steps.time.outputs.time }} with: files: |- - calendars/** \ No newline at end of file + calendars \ No newline at end of file