mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-04-10 19:15:13 +00:00
Fixing release tag
This commit is contained in:
parent
6f88631d5c
commit
c4d158c81a
2
.github/workflows/fetch-release.yml
vendored
2
.github/workflows/fetch-release.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.tag_name || format('YYYYMMDD-HHmmss', github.event.inputs['time']) }}
|
tag_name: ${{ format('YYYYMMDD-HHmmss', github.event.inputs['time']) }}
|
||||||
release_name: ${{ env.release_name }}
|
release_name: ${{ env.release_name }}
|
||||||
body: ${{ env.release_body }}
|
body: ${{ env.release_body }}
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue