Fix release text in Github action

This commit is contained in:
Julian Frohmüller
2025-12-22 12:18:53 +01:00
parent aab511b522
commit 42284d9ab0
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
draft: false
prerelease: true
body: |
Pre-release version of OpenSuperClone ${{ github.ref }}, automatically built on Ubuntu 20.04.
Pre-release version of OpenSuperClone ${{ github.ref }}, automatically built on Ubuntu 22.04.
This release is not intended for end users, but for developers who want to test the latest features.
Please report any bugs you find on the GitHub issue tracker.
@@ -48,7 +48,7 @@ jobs:
draft: false
prerelease: false
body: |
Release version of OpenSuperClone ${{ github.ref }}, automatically built on Ubuntu 20.04.
Release version of OpenSuperClone ${{ github.ref }}, automatically built on Ubuntu 22.04.
Please report any bugs you find on the GitHub issue tracker.
- name: Upload Release Assets