diff options
| author | Christian Cleberg <[email protected]> | 2026-07-15 17:42:50 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-15 17:42:50 -0500 |
| commit | 971bdb3e8073965ebbb1924864b0442cd3d8dc95 (patch) | |
| tree | 2df4d02b71970d977e77a60ebbf0566ae9468bde /examples/post.go | |
| parent | b80180e77eebad8476aa66c8a5433764da672c62 (diff) | |
| download | devianter-971bdb3e8073965ebbb1924864b0442cd3d8dc95.tar.gz devianter-971bdb3e8073965ebbb1924864b0442cd3d8dc95.tar.bz2 devianter-971bdb3e8073965ebbb1924864b0442cd3d8dc95.zip | |
chore: drop the release workflow (#3)
The workflow turned a v* tag into an empty GitHub release. For a library
with no binaries to attach, that is exactly what the Releases button in
the UI does, so it earned nothing and had never once succeeded: the
v0.3.1 runs were denied by a read-only GITHUB_TOKEN, and the v0.3.2 run
raced a release published by hand and got a 422.
Releases are cut in the UI, which also creates the tag. Go resolves tags
through the module proxy, so nothing about publishing depends on this.
Worth knowing if it ever comes back: it passed github.ref, so the title
rendered as "Release refs/tags/v0.3.2". It wants github.ref_name.
Diffstat (limited to 'examples/post.go')
0 files changed, 0 insertions, 0 deletions
