mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Release Name
This commit is contained in:
parent
a09c2dff54
commit
222cbb2f7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
# Список настроек тута: https://github.com/softprops/action-gh-release#-customizing
|
# Список настроек тута: https://github.com/softprops/action-gh-release#-customizing
|
||||||
# Можно сделать пуш описания релиза из файла
|
# Можно сделать пуш описания релиза из файла
|
||||||
with:
|
with:
|
||||||
release_name: GravitLauncher ${{ env.LAUNCHER_VERSION }}
|
name: GravitLauncher ${{ env.LAUNCHER_VERSION }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
|
Loading…
Reference in a new issue