use time as release

This commit is contained in:
2025-04-07 01:10:30 -07:00
parent 9f77251b5b
commit 51b84cb2af
+5 -2
View File
@@ -45,6 +45,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root 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 # install and run the project
#---------------------------------------------- #----------------------------------------------
@@ -66,9 +69,9 @@ jobs:
with: with:
name: calendars name: calendars
path: calendars path: calendars
- name: Create new release - name: Create new release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
name: ${{ steps.time.outputs.time }}
with: with:
files: |- files: |-
calendars/** calendars