make packaging make sense

this is for upstream, the warning is not required nor desired
This commit is contained in:
phoenixbackrooms
2025-09-17 20:34:17 +03:00
committed by GitHub
parent 848a68e6c2
commit 88fde37455

View File

@@ -9,7 +9,7 @@ on:
tag:
description: 'Release tag'
required: true
default: 'v0.1.0'
default: 'v1.0.2'
download_artifacts:
description: 'Download latest artifacts from main branch'
required: false
@@ -211,7 +211,6 @@ jobs:
body: |
## Gurted Release ${{ steps.get_tag.outputs.tag }}
### NOTICE: THESE BUILDS ARE NOT OFFICIAL AND CONTAIN DIFFIRENCES FROM UPSTREAM.
This release includes:
- **GurtCA**: Certificate Authority for TLS certificates
- **Gurty**: CLI tool for managing GURT protocol servers
@@ -235,3 +234,4 @@ jobs:
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}