diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a0d5c61..0bfecf8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -132,13 +132,6 @@ jobs: echo git log --pretty='- %h %s' "${current_tag}" fi - echo - echo "## Artifacts" - echo - echo "- \`linux-amd64-default\`" - echo "- \`linux-amd64-static\`" - echo "- \`linux-arm64-default\`" - echo "- \`linux-arm64-static\`" } > RELEASE_NOTES.md - name: Create release and upload archives