don't include date in release tag
All checks were successful
Create zip and upload release / release (push) Successful in 51s
All checks were successful
Create zip and upload release / release (push) Successful in 51s
This commit is contained in:
parent
98e472ae27
commit
7e1b95fd01
|
@ -29,5 +29,5 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: release
|
release-dir: release
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
tag: $(git rev-parse --short ${{ github.sha }}) ($(date '+%d-%m-%Y %R'))
|
tag: $(git rev-parse --short ${{ github.sha }})
|
||||||
release-notes: Release triggered by commit ${{ github.sha }} from ${{ github.actor }}
|
release-notes: Release triggered by commit ${{ github.sha }} from ${{ github.actor }}
|
||||||
|
|
Loading…
Reference in a new issue