mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 12:45:38 +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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ format('YYYYMMDD-HHmmss', github.event.inputs['time']) }}
|
tag_name: ${{ github.run_id }}
|
||||||
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