[FIX] Release Name

This commit is contained in:
microwin7 2021-09-15 17:29:20 +03:00 committed by GitHub
parent a09c2dff54
commit 222cbb2f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |