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