add timestamp to release name and tag
This commit is contained in:
parent
ff1e64f9c8
commit
9bc2903ba2
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -15,9 +15,14 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: make book
|
run: make book
|
||||||
|
|
||||||
|
- name: Date
|
||||||
|
id: date
|
||||||
|
run: echo "TIMESTAMP=$(TZ='Europe/Berlin' date +'%Y.%m.%d.%H%M')" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
out/*
|
out/*
|
||||||
name: Release
|
name: Release ${{ steps.date.outputs.TIMESTAMP }}
|
||||||
|
tag_name: ${{ steps.date.outputs.TIMESTAMP }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user