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