1
0
Fork 0
forked from Lea/ponk

don't include date in release tag

This commit is contained in:
Lea 2023-07-10 21:21:37 +02:00
parent 98e472ae27
commit 7e1b95fd01

View file

@ -29,5 +29,5 @@ jobs:
direction: upload
release-dir: release
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 }}