Remove artifact listing from release notes generation in workflow
CI / Go Tests (push) Successful in 22s
CI / Build (push) Successful in 17s
Format / gofmt (push) Successful in 9s
Release Artifacts / Validate release tag (push) Successful in 2s
Release Artifacts / Build and release executables (push) Successful in 19s
Release Artifacts / Build and release Docker image (push) Successful in 13s
CI / Go Tests (push) Successful in 22s
CI / Build (push) Successful in 17s
Format / gofmt (push) Successful in 9s
Release Artifacts / Validate release tag (push) Successful in 2s
Release Artifacts / Build and release executables (push) Successful in 19s
Release Artifacts / Build and release Docker image (push) Successful in 13s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user