make packaging make sense
this is for upstream, the warning is not required nor desired
This commit is contained in:
4
.github/workflows/package-release.yml
vendored
4
.github/workflows/package-release.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
tag:
|
tag:
|
||||||
description: 'Release tag'
|
description: 'Release tag'
|
||||||
required: true
|
required: true
|
||||||
default: 'v0.1.0'
|
default: 'v1.0.2'
|
||||||
download_artifacts:
|
download_artifacts:
|
||||||
description: 'Download latest artifacts from main branch'
|
description: 'Download latest artifacts from main branch'
|
||||||
required: false
|
required: false
|
||||||
@@ -211,7 +211,6 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
## Gurted Release ${{ steps.get_tag.outputs.tag }}
|
## Gurted Release ${{ steps.get_tag.outputs.tag }}
|
||||||
|
|
||||||
### NOTICE: THESE BUILDS ARE NOT OFFICIAL AND CONTAIN DIFFIRENCES FROM UPSTREAM.
|
|
||||||
This release includes:
|
This release includes:
|
||||||
- **GurtCA**: Certificate Authority for TLS certificates
|
- **GurtCA**: Certificate Authority for TLS certificates
|
||||||
- **Gurty**: CLI tool for managing GURT protocol servers
|
- **Gurty**: CLI tool for managing GURT protocol servers
|
||||||
@@ -235,3 +234,4 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user