mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 04:35:39 +00:00
Tentative tag fix
This commit is contained in:
parent
661bef1d9a
commit
f273b2981c
2
.github/workflows/fetch-release.yml
vendored
2
.github/workflows/fetch-release.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: $(date +'%Y-%m-%d')
|
||||
tag_name: ${{ github.event.inputs.tag_name || format('YYYYMMDD-HHmmss', github.event.inputs['time']) }}
|
||||
release_name: ${{ steps.fetch_release.outputs.release_name }}
|
||||
body: ${{ steps.fetch_release.outputs.release_body }}
|
||||
draft: false
|
||||
|
|
Loading…
Reference in a new issue