This commit is contained in:
2025-04-07 01:19:13 -07:00
parent a2ed827f1e
commit a97d453290
+1 -2
View File
@@ -47,7 +47,7 @@ jobs:
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')"
run: echo "::set-output name=time::$(TZ='America/Los_Angeles' date +'%Y-%m-%d %H:%M %p')"
#----------------------------------------------
# install and run the project
#----------------------------------------------
@@ -68,7 +68,6 @@ jobs:
uses: christopherhx/gitea-download-artifact@v4
with:
name: calendars
path: calendars
- name: Create new release
uses: akkuman/gitea-release-action@v1
with: