Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release

on:
push:
tags: ["v*"]
tags:
- "v*"
- "!v1.0.1" # Go retraction sentinel; it is not a CLI release.

permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.26.0

toolchain go1.26.5

retract [v1.0.0, v1.0.1] // Superseded protocol line; use v0.3.1.

require (
filippo.io/age v1.3.1
github.com/caarlos0/env/v11 v11.4.1
Expand Down