use time as release
This commit is contained in:
@@ -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/**
|
||||
calendars
|
||||
Reference in New Issue
Block a user